[cfe-commits] [libcxx] r103611 [38/42] - /libcxx/trunk/test_results/
Howard Hinnant
hhinnant at apple.com
Wed May 12 06:31:10 PDT 2010
Removed: libcxx/trunk/test_results/2009-10-29 g++-4_4_i386
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test_results/2009-10-29%20g%2B%2B-4_4_i386?rev=103610&view=auto
==============================================================================
--- libcxx/trunk/test_results/2009-10-29 g++-4_4_i386 (original)
+++ libcxx/trunk/test_results/2009-10-29 g++-4_4_i386 (removed)
@@ -1,4172 +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 4 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> 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> 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> 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> 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> 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> 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<int, double, std::__yuga1::less<int>, std::__yuga1::allocator<std::__yuga1::pair<const int, double> > >::map(<brace-enclosed initializer list>)â
-../../../../../include/map:528: note: candidates are: std::__yuga1::map< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <template-parameter-1-4> >::map(const std::__yuga1::map< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <template-parameter-1-4> >&, const _Allocator&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less<int>, _Allocator = std::__yuga1::allocator<std::__yuga1::pair<const int, double> >]
-../../../../../include/map:504: note: std::__yuga1::map< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <template-parameter-1-4> >::map(std::__yuga1::map< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <template-parameter-1-4> >&&, const _Allocator&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less<int>, _Allocator = std::__yuga1::allocator<std::__yuga1::pair<const int, double> >]
-../../../../../include/map:499: note: std::__yuga1::map< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <template-parameter-1-4> >::map(std::__yuga1::map< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <template-parameter-1-4> >&&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less<int>, _Allocator = std::__yuga1::allocator<std::__yuga1::pair<const int, double> >]
-../../../../../include/map:491: note: std::__yuga1::map< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <template-parameter-1-4> >::map(const std::__yuga1::map< <template-parameter-1-1>, <template-parameter-1-2>, <template-parameter-1-3>, <template-parameter-1-4> >&) [with _Key = int, _Tp = double, _Compare = std::__yuga1::less<int>, _Allocator = std::__yuga1::allocator<std::__yuga1::pair<const int, double> >]
-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
-not implemented: /cayuga/test/containers/sequences/array
-not implemented: /cayuga/test/containers/sequences/array/array.cons
-not implemented: /cayuga/test/containers/sequences/array/array.data
-not implemented: /cayuga/test/containers/sequences/array/array.fill
-not implemented: /cayuga/test/containers/sequences/array/array.size
-not implemented: /cayuga/test/containers/sequences/array/array.special
-not implemented: /cayuga/test/containers/sequences/array/array.tuple
-not implemented: /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<charT,traits>& operator<<(basic_ostream<charT,traits>& 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<char>]â 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<wchar_t>]â 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<char>]â 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<wchar_t>]â 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<char, std::__yuga1::char_traits<char> >]â:
-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<char>]â is protected
-../../../../../../include/type_traits:1225: 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<char>]â is protected
-../../../../../../include/type_traits:1226: 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<char>]â is protected
-../../../../../../include/type_traits:1227: error: within this context
-../../../../../../include/istream: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â:
-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<wchar_t>]â is protected
-../../../../../../include/type_traits:1225: 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<wchar_t>]â is protected
-../../../../../../include/type_traits:1226: 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<wchar_t>]â is protected
-../../../../../../include/type_traits:1227: 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<char>]â 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<wchar_t>]â 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<char>]â 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<wchar_t>]â 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<char>]â 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<wchar_t>]â 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<char, std::__yuga1::char_traits<char> >]â:
-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<char>]â is protected
-../../../../../../include/type_traits:1225: 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<char>]â is protected
-../../../../../../include/type_traits:1226: 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<char>]â is protected
-../../../../../../include/type_traits:1227: error: within this context
-../../../../../../include/istream: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â:
-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<wchar_t>]â is protected
-../../../../../../include/type_traits:1225: 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<wchar_t>]â is protected
-../../../../../../include/type_traits:1226: 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<wchar_t>]â is protected
-../../../../../../include/type_traits:1227: 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<char>]â 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<wchar_t>]â 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<char>]â 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<wchar_t>]â 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<char>]â 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<wchar_t>]â 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<char, std::__yuga1::char_traits<char> >]â:
-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<char>]â is protected
-../../../../../include/type_traits:1225: 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<char>]â is protected
-../../../../../include/type_traits:1226: 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<char>]â is protected
-../../../../../include/type_traits:1227: error: within this context
-../../../../../include/ostream: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â:
-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<wchar_t>]â is protected
-../../../../../include/type_traits:1225: 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<wchar_t>]â is protected
-../../../../../include/type_traits:1226: 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<wchar_t>]â is protected
-../../../../../include/type_traits:1227: 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<char>]â 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<wchar_t>]â 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
-In file included from streambuf.pass.cpp:31:
-../../../../../../include/ostream: In function âint main()â:
-../../../../../../include/ostream:1220: sorry, unimplemented: inlining failed in call to âstd::__yuga1::basic_ostream<_CharT, _Traits>& std::__yuga1::operator<<(std::__yuga1::basic_ostream<_CharT, _Traits>&&, const _Tp&) [with _CharT = char, _Traits = std::__yuga1::char_traits<char>, _Tp = testbuf<char>*]â: recursive inlining
-../../../../../../include/ostream:1222: sorry, unimplemented: called from here
-streambuf.pass.cpp failed to compile
-failed 1 tests in /cayuga/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters
-passed 3 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
-not implemented: /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
-Assertion failed: (new_called), function main, file new_array_nothrow_replace.pass.cpp, line 59.
-./testit: line 94: 15318 Abort trap ./a.out
-new_array_nothrow_replace.pass.cpp failed at run time
-failed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array
-passed 3 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
-Assertion failed: (new_called), function main, file new_nothrow_replace.pass.cpp, line 59.
-./testit: line 94: 15388 Abort trap ./a.out
-new_nothrow_replace.pass.cpp failed at run time
-failed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single
-passed 3 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<char16_t, char, __mbstate_t>", referenced from:
- typeinfo for my_facet in ccINIzFG.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from:
- vtable for my_facet in ccINIzFG.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_encoding() const", referenced from:
- vtable for my_facet in ccINIzFG.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_always_noconv() const", referenced from:
- vtable for my_facet in ccINIzFG.o
- "vtable for std::__yuga1::codecvt<char16_t, char, __mbstate_t>", referenced from:
- __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccINIzFG.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from:
- vtable for my_facet in ccINIzFG.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_max_length() const", referenced from:
- vtable for my_facet in ccINIzFG.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from:
- vtable for my_facet in ccINIzFG.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from:
- vtable for my_facet in ccINIzFG.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccINIzFG.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<char32_t, char, __mbstate_t>::do_always_noconv() const", referenced from:
- vtable for my_facet in ccLgeMz2.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from:
- vtable for my_facet in ccLgeMz2.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from:
- vtable for my_facet in ccLgeMz2.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from:
- vtable for my_facet in ccLgeMz2.o
- "typeinfo for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from:
- typeinfo for my_facet in ccLgeMz2.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_max_length() const", referenced from:
- vtable for my_facet in ccLgeMz2.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccLgeMz2.o
- "vtable for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from:
- __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccLgeMz2.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_encoding() const", referenced from:
- vtable for my_facet in ccLgeMz2.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from:
- vtable for my_facet in ccLgeMz2.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<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccm4P1Lg.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccKEFBb6.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<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccWk7r84.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<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc1faxnQ.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<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cczgV0im.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<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc0RqzUU.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<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccDl9DH3.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<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cceyNqgZ.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<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc35m0JD.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccb0bg30.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccqSca6u.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cctH5TCe.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccn3tTL6.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc19T6J2.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccuXeX2n.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccCrP4pA.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<char32_t, char16_t, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDiDs11__mbstate_tE2idE$non_lazy_ptr in cc47cuJW.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc47cuJW.o
- "vtable for std::__yuga1::codecvt<char32_t, char16_t, __mbstate_t>", referenced from:
- __ZTVNSt7__yuga17codecvtIDiDs11__mbstate_tEE$non_lazy_ptr in cc47cuJW.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc47cuJW.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<char16_t, char, __mbstate_t>", referenced from:
- typeinfo for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccdh0C9V.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_out(__mbstate_t&, char16_t const*, char16_t const*, char16_t const*&, char*, char*, char*&) const", referenced from:
- vtable for my_facet in ccdh0C9V.o
- vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccdh0C9V.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_encoding() const", referenced from:
- vtable for my_facet in ccdh0C9V.o
- vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccdh0C9V.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_always_noconv() const", referenced from:
- vtable for my_facet in ccdh0C9V.o
- vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccdh0C9V.o
- "vtable for std::__yuga1::codecvt<char16_t, char, __mbstate_t>", referenced from:
- __ZTVNSt7__yuga17codecvtIDsc11__mbstate_tEE$non_lazy_ptr in ccdh0C9V.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from:
- vtable for my_facet in ccdh0C9V.o
- vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccdh0C9V.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_max_length() const", referenced from:
- vtable for my_facet in ccdh0C9V.o
- vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccdh0C9V.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char16_t*, char16_t*, char16_t*&) const", referenced from:
- vtable for my_facet in ccdh0C9V.o
- vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccdh0C9V.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from:
- vtable for my_facet in ccdh0C9V.o
- vtable for std::__yuga1::codecvt_byname<char16_t, char, __mbstate_t> in ccdh0C9V.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccdh0C9V.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<char32_t, char, __mbstate_t>::do_always_noconv() const", referenced from:
- vtable for my_facet in ccH5gHt1.o
- vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccH5gHt1.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_out(__mbstate_t&, char32_t const*, char32_t const*, char32_t const*&, char*, char*, char*&) const", referenced from:
- vtable for my_facet in ccH5gHt1.o
- vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccH5gHt1.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_length(__mbstate_t&, char const*, char const*, unsigned long) const", referenced from:
- vtable for my_facet in ccH5gHt1.o
- vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccH5gHt1.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_unshift(__mbstate_t&, char*, char*, char*&) const", referenced from:
- vtable for my_facet in ccH5gHt1.o
- vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccH5gHt1.o
- "typeinfo for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from:
- typeinfo for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccH5gHt1.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_max_length() const", referenced from:
- vtable for my_facet in ccH5gHt1.o
- vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccH5gHt1.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccH5gHt1.o
- "vtable for std::__yuga1::codecvt<char32_t, char, __mbstate_t>", referenced from:
- __ZTVNSt7__yuga17codecvtIDic11__mbstate_tEE$non_lazy_ptr in ccH5gHt1.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_encoding() const", referenced from:
- vtable for my_facet in ccH5gHt1.o
- vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccH5gHt1.o
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::do_in(__mbstate_t&, char const*, char const*, char const*&, char32_t*, char32_t*, char32_t*&) const", referenced from:
- vtable for my_facet in ccH5gHt1.o
- vtable for std::__yuga1::codecvt_byname<char32_t, char, __mbstate_t> in ccH5gHt1.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccwhOFWi.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccwhOFWi.o
-ld: symbol(s) not found
-collect2: ld returned 1 exit status
-assign.pass.cpp failed to compile
-Undefined symbols:
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccoCkQXe.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccoCkQXe.o
-ld: symbol(s) not found
-collect2: ld returned 1 exit status
-char_pointer.pass.cpp failed to compile
-Undefined symbols:
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc3XxYOz.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc3XxYOz.o
-ld: symbol(s) not found
-collect2: ld returned 1 exit status
-copy.pass.cpp failed to compile
-Undefined symbols:
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccTQhS4i.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccTQhS4i.o
-ld: symbol(s) not found
-collect2: ld returned 1 exit status
-default.pass.cpp failed to compile
-Undefined symbols:
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccc0Oxci.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccc0Oxci.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in cc2fRSAP.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in cc2fRSAP.o
-ld: symbol(s) not found
-collect2: ld returned 1 exit status
-locale_facetptr.pass.cpp failed to compile
-Undefined symbols:
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccaoUqmO.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccaoUqmO.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccL0xNa7.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccL0xNa7.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccRckLck.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccRckLck.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccpg1PZI.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccpg1PZI.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<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccfAj9Nf.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccfAj9Nf.o
-ld: symbol(s) not found
-collect2: ld returned 1 exit status
-classic.pass.cpp failed to compile
-Undefined symbols:
- "std::__yuga1::codecvt<char32_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDic11__mbstate_tE2idE$non_lazy_ptr in ccFY81ST.o
- "std::__yuga1::codecvt<char16_t, char, __mbstate_t>::id", referenced from:
- __ZNSt7__yuga17codecvtIDsc11__mbstate_tE2idE$non_lazy_ptr in ccFY81ST.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 <tgmath.h> 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<charT, traits>& is, complex<T>& x) not implemented.
-stream_input.pass.cpp failed to compile
-stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream<charT, traits>& o, const complex<T>& 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.concepts
-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.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.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<std::__yuga1::placeholders::__ph<1> >, long unsigned int ..._Indx = 0ul, _Args = std::__yuga1::tuple<A_int_1&&>]â:
-../../../../../../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.base
-not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.cntr
-not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.globals
-not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor.members
-not implemented: /cayuga/test/utilities/memory/allocator.adaptor/allocator.adaptor2.cntr
-not implemented: /cayuga/test/utilities/memory/allocator.element.concepts
-not implemented: /cayuga/test/utilities/memory/allocator.propagation
-not implemented: /cayuga/test/utilities/memory/allocator.tag
-not implemented: /cayuga/test/utilities/memory/allocator.traits
-not implemented: /cayuga/test/utilities/memory/allocator.traits/allocator.concepts.legacy
-not implemented: /cayuga/test/utilities/memory/allocator.traits/allocator.concepts.members
-passed 1 tests in /cayuga/test/utilities/memory/c.malloc
-not implemented: /cayuga/test/utilities/memory/construct.element
-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
-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/object.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 4 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<class _Tp, class _Up> 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<class _Tp, class _Up> 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<class _Tp, class _Up> 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<class _Tp, class _Up> 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<class _Tp, class _Up> 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<class _Tp, class _Up> 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.concepts
-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
-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++ -Drestrict= -D__STDC_VERSION__=199901L -I/usr/include/gcc/darwin/4.2 -I../include ../lib/libcayuga.dylib
-----------------------------------------------------
-sections without tests : 246
-sections with failures : 38
-sections without failures: 744
- + ----
-total number of sections : 1028
-----------------------------------------------------
-number of tests failed : 107
-number of tests passed : 2617
- + ----
-total number of tests : 2724
-****************************************************
Removed: libcxx/trunk/test_results/2009-11-05 g++-4_2_i386
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test_results/2009-11-05%20g%2B%2B-4_2_i386?rev=103610&view=auto
==============================================================================
--- libcxx/trunk/test_results/2009-11-05 g++-4_2_i386 (original)
+++ libcxx/trunk/test_results/2009-11-05 g++-4_2_i386 (removed)
@@ -1,4040 +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> 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> 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> 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> 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<const int&, const int&>â:
-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<const int&, const int&>â:
-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<int>]â
-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> 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> 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<charT,traits>& operator<<(basic_ostream<charT,traits>& 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<char>]â 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<wchar_t>]â 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<char, std::__yuga1::char_traits<char> >::basic_ios(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../../include/iosfwd:114: instantiated from âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >]â
-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<char, std::__yuga1::char_traits<char> >::basic_iostream(const std::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../../include/iosfwd:119: note: synthesized method âstd::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >::basic_ios(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >]â:
-../../../../../../include/type_traits:1225: note: synthesized method âstd::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >::basic_iostream(const std::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../../include/ios: In member function âstd::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../../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<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../../include/iosfwd:117: note: synthesized method âstd::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../../include/iosfwd: In member function âstd::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../../include/iosfwd:119: note: synthesized method âstd::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >]â:
-../../../../../../include/type_traits:1226: note: synthesized method âstd::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_iostream<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../../include/ios: In copy constructor âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_ios(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../../include/iosfwd:114: instantiated from âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â
-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<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_iostream(const std::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../../include/iosfwd:119: note: synthesized method âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_ios(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â first required here
-../../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â:
-../../../../../../include/type_traits:1225: note: synthesized method âstd::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_iostream(const std::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â first required here
-../../../../../../include/ios: In member function âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../../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<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../../include/iosfwd:117: note: synthesized method âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â first required here
-../../../../../../include/iosfwd: In member function âstd::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../../include/iosfwd:119: note: synthesized method âstd::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â first required here
-../../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â:
-../../../../../../include/type_traits:1226: note: synthesized method âstd::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_iostream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â 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<char>]â 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<wchar_t>]â 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<char, std::__yuga1::char_traits<char> >::basic_ios(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../../include/iosfwd:114: instantiated from âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >]â
-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<char, std::__yuga1::char_traits<char> >::basic_istream(const std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../../include/iosfwd:117: note: synthesized method âstd::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >::basic_ios(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >]â:
-../../../../../../include/type_traits:1225: note: synthesized method âstd::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >::basic_istream(const std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../../include/ios: In member function âstd::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../../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<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../../include/iosfwd:117: note: synthesized method âstd::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >]â:
-../../../../../../include/type_traits:1226: note: synthesized method âstd::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_istream<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../../include/ios: In copy constructor âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_ios(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../../include/iosfwd:114: instantiated from âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â
-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<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_istream(const std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../../include/iosfwd:117: note: synthesized method âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_ios(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â first required here
-../../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â:
-../../../../../../include/type_traits:1225: note: synthesized method âstd::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_istream(const std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â first required here
-../../../../../../include/ios: In member function âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../../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<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../../include/iosfwd:117: note: synthesized method âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â first required here
-../../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â:
-../../../../../../include/type_traits:1226: note: synthesized method âstd::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_istream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â 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<char>]â 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<wchar_t>]â 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<char, std::__yuga1::char_traits<char> >::basic_ios(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../include/iosfwd:114: instantiated from âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >]â
-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<char, std::__yuga1::char_traits<char> >::basic_ostream(const std::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../include/iosfwd:118: note: synthesized method âstd::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >::basic_ios(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >]â:
-../../../../../include/type_traits:1225: note: synthesized method âstd::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >::basic_ostream(const std::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../include/ios: In member function âstd::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../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<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >&)â:
-../../../../../include/iosfwd:118: note: synthesized method âstd::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_ios<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >]â:
-../../../../../include/type_traits:1226: note: synthesized method âstd::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >& std::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >::operator=(const std::__yuga1::basic_ostream<char, std::__yuga1::char_traits<char> >&)â first required here
-../../../../../include/ios: In copy constructor âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_ios(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../include/iosfwd:114: instantiated from âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â
-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<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_ostream(const std::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../include/iosfwd:118: note: synthesized method âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_ios(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â first required here
-../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â:
-../../../../../include/type_traits:1225: note: synthesized method âstd::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >::basic_ostream(const std::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â first required here
-../../../../../include/ios: In member function âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../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<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â:
-../../../../../include/iosfwd:118: note: synthesized method âstd::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_ios<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â first required here
-../../../../../include/type_traits: In function âvoid std::__yuga1::swap(_Tp&, _Tp&) [with _Tp = std::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >]â:
-../../../../../include/type_traits:1226: note: synthesized method âstd::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >& std::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >::operator=(const std::__yuga1::basic_ostream<wchar_t, std::__yuga1::char_traits<wchar_t> >&)â 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
-not implemented: /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
-Assertion failed: (new_called), function main, file new_array_nothrow_replace.pass.cpp, line 59.
-./testit: line 95: 30324 Abort trap ./a.out
-new_array_nothrow_replace.pass.cpp failed at run time
-failed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.array
-passed 3 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
-Assertion failed: (new_called), function main, file new_nothrow_replace.pass.cpp, line 59.
-./testit: line 95: 30401 Abort trap ./a.out
-new_nothrow_replace.pass.cpp failed at run time
-failed 1 tests in /cayuga/test/language.support/support.dynamic/new.delete/new.delete.single
-passed 3 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
-./testit: line 95: 38179 Abort trap ./a.out
-use_facet.pass.cpp failed at run time
-failed 1 tests in /cayuga/test/localization/locales/locale.global.templates
-passed 1 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 <tgmath.h> 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<charT, traits>& is, complex<T>& x) not implemented.
-stream_input.pass.cpp failed to compile
-stream_output.pass.cpp:30:2: error: #error operator<<(basic_ostream<charT, traits>& o, const complex<T>& 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<char (A::*)(int)>]â:
-member_function.pass.cpp:78: instantiated from here
-member_function.pass.cpp:57: error: no match for call to â(std::__yuga1::__mem_fn<char (A::*)(int)>) (A&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int)>) (A*&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>]â:
-member_function.pass.cpp:79: instantiated from here
-member_function.pass.cpp:69: error: no match for call to â(std::__yuga1::__mem_fn<char (A::*)(int, double)>) (A&, int, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>) (A*&, int, double)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)()>::__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<char (A::*)()>::__mem_fn(const std::__yuga1::__mem_fn<char (A::*)()>&)
-../../../../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<char (A::*)(int)>::__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<char (A::*)(int)>::__mem_fn(const std::__yuga1::__mem_fn<char (A::*)(int)>&)
-member_function_const.pass.cpp: In function âvoid test1(F) [with F = std::__yuga1::__mem_fn<char (A::*)(int)>]â:
-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<char (A::*)(int)>) (A&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int)>) (A*&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int)>) (const A*&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>::__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<char (A::*)(int, double)>::__mem_fn(const std::__yuga1::__mem_fn<char (A::*)(int, double)>&)
-member_function_const.pass.cpp: In function âvoid test2(F) [with F = std::__yuga1::__mem_fn<char (A::*)(int, double)>]â:
-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<char (A::*)(int, double)>) (A&, int, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>) (A*&, int, double)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>) (const A*&, int, double)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)()>]â
-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<char (A::*)()>::__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<char (A::*)()>::__mem_fn(const std::__yuga1::__mem_fn<char (A::*)()>&)
-../../../../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<char (A::*)(int)>::__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<char (A::*)(int)>::__mem_fn(const std::__yuga1::__mem_fn<char (A::*)(int)>&)
-member_function_const_volatile.pass.cpp: In function âvoid test1(F) [with F = std::__yuga1::__mem_fn<char (A::*)(int)>]â:
-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<char (A::*)(int)>) (A&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int)>) (A*&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int)>) (const volatile A*&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>::__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<char (A::*)(int, double)>::__mem_fn(const std::__yuga1::__mem_fn<char (A::*)(int, double)>&)
-member_function_const_volatile.pass.cpp: In function âvoid test2(F) [with F = std::__yuga1::__mem_fn<char (A::*)(int, double)>]â:
-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<char (A::*)(int, double)>) (A&, int, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>) (A*&, int, double)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>) (const volatile A*&, int, double)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)()>]â
-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<char (A::*)()>::__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<char (A::*)()>::__mem_fn(const std::__yuga1::__mem_fn<char (A::*)()>&)
-../../../../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<char (A::*)(int)>::__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<char (A::*)(int)>::__mem_fn(const std::__yuga1::__mem_fn<char (A::*)(int)>&)
-member_function_volatile.pass.cpp: In function âvoid test1(F) [with F = std::__yuga1::__mem_fn<char (A::*)(int)>]â:
-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<char (A::*)(int)>) (A&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int)>) (A*&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int)>) (volatile A*&, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int)]
-../../../../include/__functional_03:64: note: typename std::__yuga1::__ref_return2<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>::__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<char (A::*)(int, double)>::__mem_fn(const std::__yuga1::__mem_fn<char (A::*)(int, double)>&)
-member_function_volatile.pass.cpp: In function âvoid test2(F) [with F = std::__yuga1::__mem_fn<char (A::*)(int, double)>]â:
-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<char (A::*)(int, double)>) (A&, int, int)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>) (A*&, int, double)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)(int, double)>) (volatile A*&, int, double)â
-../../../../include/__functional_03:50: note: candidates are: typename std::__yuga1::__ref_return0<typename std::__yuga1::__callable_type<_Tp>::type>::type std::__yuga1::__mem_fn<_Tp>::operator()() [with _Tp = char (A::*)(int, double)]
-../../../../include/__functional_03:71: note: typename std::__yuga1::__ref_return3<typename std::__yuga1::__callable_type<_Tp>::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<typename std::__yuga1::__callable_type<_Tp>::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<char (A::*)()>]â
-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<typename std::__yuga1::__callable_type<_Tp>::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
-not implemented: /cayuga/test/utilities/memory/allocator.tag
-not implemented: /cayuga/test/utilities/memory/allocator.traits
-not implemented: /cayuga/test/utilities/memory/allocator.traits/allocator.traits.members
-not implemented: /cayuga/test/utilities/memory/allocator.traits/allocator.traits.types
-not implemented: /cayuga/test/utilities/memory/allocator.uses
-not implemented: /cayuga/test/utilities/memory/allocator.uses/allocator.uses.construction
-not implemented: /cayuga/test/utilities/memory/allocator.uses/allocator.uses.trait
-passed 1 tests in /cayuga/test/utilities/memory/c.malloc
-not implemented: /cayuga/test/utilities/memory/construct.element
-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
-not implemented: /cayuga/test/utilities/memory/pointer.traits
-not implemented: /cayuga/test/utilities/memory/pointer.traits/pointer.traits.functions
-not implemented: /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<A []>]()â
-../../../../../include/memory:985: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = std::__yuga1::default_delete<A []>]
-../../../../../include/memory:994: 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<A []>]
-move01.pass.cpp:63: error: no matching function for call to âDeleter<A []>::Deleter(Deleter<A []>)â
-../deleter.h:120: note: candidates are: Deleter<T []>::Deleter(std::__yuga1::__rv<Deleter<T []> >) [with T = A]
-../deleter.h:105: note: Deleter<T []>::Deleter(Deleter<T []>&) [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<A []>]()â
-../../../../../include/memory:985: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]
-../../../../../include/memory:994: 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<A []>]
-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<A []>&]()â
-../../../../../include/memory:985: note: candidates are: std::__yuga1::unique_ptr<_Tp [], _Dp>& std::__yuga1::unique_ptr<_Tp [], _Dp>::operator=(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = CDeleter<A []>&]
-../../../../../include/memory:994: 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<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<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â:
-move01.pass.cpp:63: instantiated from here
-../../../../../include/memory:959: error: passing âconst Deleter<A []>â as âthisâ argument of âDeleter<T []>::operator std::__yuga1::__rv<Deleter<T []> >() [with T = A]â discards qualifiers
-move01.pass.cpp:63: instantiated from here
-../../../../../include/memory:959: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../../../../include/memory: In function âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter<A []>]â:
-move01.pass.cpp:68: instantiated from here
-../../../../../include/memory:1093: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::unique_ptr<A [], Deleter<A []> >&)â
-../../../../../include/memory:716: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A []>]
-../../../../../include/memory:712: note: std::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)
-../deleter.h: In copy constructor âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)â:
-../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../include/memory:712: 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<A []>]â:
-move01.pass.cpp:68: instantiated from here
-../../../../../include/memory:1094: note: synthesized method âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)â first required here
-../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â
-move01.pass.cpp:68: instantiated from here
-../../../../../include/memory:1094: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >)â
-../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)
-../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â from result of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A []>]â
-../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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â:
-../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-move01.pass.cpp:63: instantiated from here
-../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../include/memory:625: error: within this context
-../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-move01.pass.cpp:63: instantiated from here
-../../../../../include/memory:625: 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<A []>]â
-../deleter.h: In constructor âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â:
-../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter<A []>]â
-move01.pass.cpp:68: instantiated from here
-../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../include/memory:983: error: within this context
-../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter<A []>]â
-move01.pass.cpp:68: instantiated from here
-../../../../../include/memory:983: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../deleter.h: In member function âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A []>]â:
-../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter<A []>]â
-move01.pass.cpp:68: instantiated from here
-../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../include/memory:979: error: within this context
-../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter<A []>]â
-move01.pass.cpp:68: instantiated from here
-../../../../../include/memory:979: error: initializing argument 2 of âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A []>]â
-../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter<A []>]â
-move01.pass.cpp:68: instantiated from here
-../../../../../include/memory:979: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >)â
-../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)
-../deleter.h: In constructor âstd::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter<A []>]â:
-../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-move01.pass.cpp:63: instantiated from here
-../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../include/memory:475: error: within this context
-../deleter.h: In constructor âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A []>]â:
-../../../../../include/memory:979: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A []>]â
-../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter<A []>]â
-move01.pass.cpp:68: instantiated from here
-../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../include/memory:716: 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<A []>::Deleter(Deleter<A []>)â
-../../deleter.h:120: note: candidates are: Deleter<T []>::Deleter(std::__yuga1::__rv<Deleter<T []> >) [with T = A]
-../../deleter.h:105: note: Deleter<T []>::Deleter(Deleter<T []>&) [with T = A]
-move01.pass.cpp:78: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)
-move01.pass.cpp:78: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â from result of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<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<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â:
-move01.pass.cpp:76: instantiated from here
-../../../../../../include/memory:959: error: passing âconst Deleter<A []>â as âthisâ argument of âDeleter<T []>::operator std::__yuga1::__rv<Deleter<T []> >() [with T = A]â discards qualifiers
-move01.pass.cpp:76: instantiated from here
-../../../../../../include/memory:959: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../../../../../include/memory: In function âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A [], _Dp = Deleter<A []>]â:
-move01.pass.cpp:78: instantiated from here
-../../../../../../include/memory:1093: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::unique_ptr<A [], Deleter<A []> >&)â
-../../../../../../include/memory:716: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A []>]
-../../../../../../include/memory:712: note: std::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)
-../../deleter.h: In copy constructor âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)â:
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:712: 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<A []>]â:
-move01.pass.cpp:78: instantiated from here
-../../../../../../include/memory:1094: note: synthesized method âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)â first required here
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â
-../../../../../../include/memory:1094: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â from result of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A []>]â
-../../deleter.h: In member function âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A []>]â:
-move01.pass.cpp:78: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:979: error: within this context
-move01.pass.cpp:78: instantiated from here
-../../../../../../include/memory:979: error: initializing argument 2 of âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A []>]â
-move01.pass.cpp:78: instantiated from here
-../../../../../../include/memory:979: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)
-../../deleter.h: In constructor âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â:
-move01.pass.cpp:78: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:983: error: within this context
-move01.pass.cpp:78: instantiated from here
-../../../../../../include/memory:983: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â:
-../../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-move01.pass.cpp:76: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-move01.pass.cpp:76: instantiated from here
-../../../../../../include/memory:625: 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<A []>]â
-../../deleter.h: In constructor âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A []>]â:
-../../../../../../include/memory:979: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A []>]â
-move01.pass.cpp:78: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:716: 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<A []>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-move01.pass.cpp:76: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:475: error: within this context
-move01.pass.cpp failed to compile
-move02.pass.cpp: In function âstd::__yuga1::unique_ptr<A [], Deleter<A []> > source2()â:
-move02.pass.cpp:77: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)
-move02.pass.cpp:77: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â from result of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A []>]â
-move02.pass.cpp: In function âint main()â:
-move02.pass.cpp:98: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)
-move02.pass.cpp:98: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â from result of âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A []>]â
-move02.pass.cpp:98: error: initializing argument 1 of âvoid sink2(std::__yuga1::unique_ptr<A [], Deleter<A []> >)â
-../../deleter.h: In member function âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A []>]â:
-move02.pass.cpp:77: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:979: error: within this context
-move02.pass.cpp:77: instantiated from here
-../../../../../../include/memory:979: error: initializing argument 2 of âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A []>]â
-move02.pass.cpp:77: instantiated from here
-../../../../../../include/memory:979: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A []> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A []> >&)
-../../deleter.h: In constructor âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â:
-move02.pass.cpp:77: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:983: error: within this context
-move02.pass.cpp:77: instantiated from here
-../../../../../../include/memory:983: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../deleter.h: In constructor âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A []>]â:
-../../../../../../include/memory:979: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A []>]â
-move02.pass.cpp:77: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:716: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â:
-../../../../../../include/memory:983: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â
-move02.pass.cpp:77: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:983: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â
-move02.pass.cpp:77: instantiated from here
-../../../../../../include/memory:625: 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<A []>]â
-../../deleter.h: In constructor âstd::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter<A []>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../../../../../include/memory:983: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A []>]â
-move02.pass.cpp:77: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:475: 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<A []>::Deleter(Deleter<A []>)â
-../../deleter.h:120: note: candidates are: Deleter<T []>::Deleter(std::__yuga1::__rv<Deleter<T []> >) [with T = A]
-../../deleter.h:105: note: Deleter<T []>::Deleter(Deleter<T []>&) [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<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â:
-pointer_deleter01.pass.cpp:52: instantiated from here
-../../../../../../include/memory:959: error: passing âconst Deleter<A []>â as âthisâ argument of âDeleter<T []>::operator std::__yuga1::__rv<Deleter<T []> >() [with T = A]â discards qualifiers
-pointer_deleter01.pass.cpp:52: instantiated from here
-../../../../../../include/memory:959: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â:
-../../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-pointer_deleter01.pass.cpp:52: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-pointer_deleter01.pass.cpp:52: instantiated from here
-../../../../../../include/memory:625: 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<A []>]â
-../../deleter.h: In constructor âstd::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter<A []>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-pointer_deleter01.pass.cpp:52: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:475: 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<A []>::Deleter(Deleter<A []>)â
-../../deleter.h:120: note: candidates are: Deleter<T []>::Deleter(std::__yuga1::__rv<Deleter<T []> >) [with T = A]
-../../deleter.h:105: note: Deleter<T []>::Deleter(Deleter<T []>&) [with T = A]
-swap.pass.cpp:57: error: no matching function for call to âDeleter<A []>::Deleter(Deleter<A []>)â
-../../deleter.h:120: note: candidates are: Deleter<T []>::Deleter(std::__yuga1::__rv<Deleter<T []> >) [with T = A]
-../../deleter.h:105: note: Deleter<T []>::Deleter(Deleter<T []>&) [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<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â:
-swap.pass.cpp:55: instantiated from here
-../../../../../../include/memory:959: error: passing âconst Deleter<A []>â as âthisâ argument of âDeleter<T []>::operator std::__yuga1::__rv<Deleter<T []> >() [with T = A]â discards qualifiers
-swap.pass.cpp:55: instantiated from here
-../../../../../../include/memory:959: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â:
-../../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-swap.pass.cpp:55: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-swap.pass.cpp:55: instantiated from here
-../../../../../../include/memory:625: 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<A []>]â
-../../deleter.h: In constructor âstd::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter<A []>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-swap.pass.cpp:55: instantiated from here
-../../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../../include/memory:475: 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<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-move01.pass.cpp:66: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â
-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<A>, _Tp = A, _Dp = Deleter<A>]â
-../../../../../../include/memory: In function âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter<A>]â:
-move01.pass.cpp:66: instantiated from here
-../../../../../../include/memory:1093: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::unique_ptr<A, Deleter<A> >&)â
-../../../../../../include/memory:716: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A>]
-../../../../../../include/memory:712: note: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-../../deleter.h: In copy constructor âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)â:
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:712: 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<A>]â:
-move01.pass.cpp:66: instantiated from here
-../../../../../../include/memory:1094: note: synthesized method âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)â first required here
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-../../../../../../include/memory:1094: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â
-../../deleter.h: In member function âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â:
-move01.pass.cpp:66: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:846: error: within this context
-move01.pass.cpp:66: instantiated from here
-../../../../../../include/memory:846: error: initializing argument 2 of âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A>]â
-move01.pass.cpp:66: instantiated from here
-../../../../../../include/memory:846: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-../../deleter.h: In constructor âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â:
-move01.pass.cpp:66: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:856: error: within this context
-move01.pass.cpp:66: instantiated from here
-../../../../../../include/memory:856: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-../../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<A>, _Tp = A, _Dp = Deleter<A>]â:
-move01.pass.cpp:66: instantiated from here
-../../deleter.h:46: error: âDeleter<T>& Deleter<T>::operator=(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:862: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â:
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-move01.pass.cpp:62: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-move01.pass.cpp:62: instantiated from here
-../../../../../../include/memory:625: 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<A>]â
-../../deleter.h: In constructor âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A>]â:
-../../../../../../include/memory:846: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â
-move01.pass.cpp:66: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:716: 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<A>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-move01.pass.cpp:62: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:475: 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<B>, _Tp = A, _Dp = std::__yuga1::default_delete<A>]â:
-move_convert01.pass.cpp:61: instantiated from here
-../../../../../../include/memory:862: error: no matching function for call to âforward(std::__yuga1::default_delete<B>&)â
-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<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)
-move_convert02.pass.cpp:63: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = B, _Dp = Deleter<B>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = B, _Dp = Deleter<B>]â
-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<B>, _Tp = A, _Dp = Deleter<A>]â
-../../../../../../include/memory: In function âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â:
-move_convert02.pass.cpp:63: instantiated from here
-../../../../../../include/memory:1093: error: no matching function for call to âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::unique_ptr<B, Deleter<B> >&)â
-../../../../../../include/memory:716: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter<B>]
-../../../../../../include/memory:712: note: std::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)
-../../deleter.h: In copy constructor âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)â:
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:712: 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<B>]â:
-move_convert02.pass.cpp:63: instantiated from here
-../../../../../../include/memory:1094: note: synthesized method âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)â first required here
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = B, _Dp = Deleter<B>]â
-../../../../../../include/memory:1094: error: no matching function for call to âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = B, _Dp = Deleter<B>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = B, _Dp = Deleter<B>]â
-../../deleter.h: In member function âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = B, _Dp = Deleter<B>]â:
-move_convert02.pass.cpp:63: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:846: error: within this context
-move_convert02.pass.cpp:63: instantiated from here
-../../../../../../include/memory:846: error: initializing argument 2 of âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:63: instantiated from here
-../../../../../../include/memory:846: error: no matching function for call to âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)
-../../deleter.h: In constructor âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = B, _Dp = Deleter<B>]â:
-move_convert02.pass.cpp:63: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:856: error: within this context
-move_convert02.pass.cpp:63: instantiated from here
-../../../../../../include/memory:856: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename 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<B>]â
-../../../../../../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<B>, _Tp = A, _Dp = Deleter<A>]â:
-move_convert02.pass.cpp:63: instantiated from here
-../../../../../../include/memory:862: error: no matching function for call to âforward(Deleter<B>&)â
-../../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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename 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<B>]â:
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:59: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:59: instantiated from here
-../../../../../../include/memory:625: 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<B>]â
-../../deleter.h: In constructor âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter<B>]â:
-../../../../../../include/memory:846: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:63: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:716: 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<B>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename 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<B>]â
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:59: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:475: 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<B>&, _Tp = A, _Dp = CDeleter<A>&]â:
-move_convert03.pass.cpp:66: instantiated from here
-../../../../../../include/memory:862: error: no matching function for call to âforward(CDeleter<B>&)â
-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:742: 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<A>]
-../../../../../../include/memory:872: 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<A>]
-../../../../../../include/memory:878: 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<A>]
-auto_pointer.pass.cpp:85: error: no match for âoperator=â in âup = std::__yuga1::move [with T = std::__yuga1::auto_ptr<B>](((std::__yuga1::auto_ptr<B>&)(& ap)))â
-../../../../../../include/memory:742: 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<A>]
-../../../../../../include/memory:872: 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<A>]
-../../../../../../include/memory:878: 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<A>]
-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<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-move01.pass.cpp:134: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â
-../../../../../../include/memory: In function âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter<A>]â:
-move01.pass.cpp:134: instantiated from here
-../../../../../../include/memory:1093: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::unique_ptr<A, Deleter<A> >&)â
-../../../../../../include/memory:716: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A>]
-../../../../../../include/memory:712: note: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-move01.pass.cpp: In copy constructor âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)â:
-../../../../../../include/memory:712: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = A, _Dp = Deleter<A>]â
-move01.pass.cpp:134: instantiated from here
-move01.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:712: 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<A>]â:
-move01.pass.cpp:134: instantiated from here
-../../../../../../include/memory:1094: note: synthesized method âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)â first required here
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-../../../../../../include/memory:1094: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â
-move01.pass.cpp: In member function âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â:
-move01.pass.cpp:134: instantiated from here
-move01.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:846: error: within this context
-move01.pass.cpp:134: instantiated from here
-../../../../../../include/memory:846: error: initializing argument 2 of âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A>]â
-move01.pass.cpp:134: instantiated from here
-../../../../../../include/memory:846: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-move01.pass.cpp: In constructor âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â:
-move01.pass.cpp:134: instantiated from here
-move01.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:856: error: within this context
-move01.pass.cpp:134: instantiated from here
-../../../../../../include/memory:856: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-move01.pass.cpp: In constructor âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A>]â:
-../../../../../../include/memory:846: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â
-move01.pass.cpp:134: instantiated from here
-move01.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:716: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â:
-../../../../../../include/memory:856: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-move01.pass.cpp:134: instantiated from here
-move01.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:856: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-move01.pass.cpp:134: instantiated from here
-../../../../../../include/memory:625: 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<A>]â
-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<A>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-../../../../../../include/memory:856: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-move01.pass.cpp:134: instantiated from here
-move01.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:475: error: within this context
-move01.pass.cpp failed to compile
-move02.pass.cpp: In function âstd::__yuga1::unique_ptr<A, Deleter<A> > source2()â:
-move02.pass.cpp:133: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-move02.pass.cpp:133: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â
-move02.pass.cpp: In function âint main()â:
-move02.pass.cpp:154: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-move02.pass.cpp:154: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â
-move02.pass.cpp:154: error: initializing argument 1 of âvoid sink2(std::__yuga1::unique_ptr<A, Deleter<A> >)â
-move02.pass.cpp: In member function âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â:
-move02.pass.cpp:133: instantiated from here
-move02.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:846: error: within this context
-move02.pass.cpp:133: instantiated from here
-../../../../../../include/memory:846: error: initializing argument 2 of âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A>]â
-move02.pass.cpp:133: instantiated from here
-../../../../../../include/memory:846: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-move02.pass.cpp: In constructor âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â:
-move02.pass.cpp:133: instantiated from here
-move02.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:856: error: within this context
-move02.pass.cpp:133: instantiated from here
-../../../../../../include/memory:856: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-move02.pass.cpp: In constructor âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A>]â:
-../../../../../../include/memory:846: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = A, _Dp = Deleter<A>]â
-move02.pass.cpp:133: instantiated from here
-move02.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:716: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â:
-../../../../../../include/memory:856: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-move02.pass.cpp:133: instantiated from here
-move02.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:856: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-move02.pass.cpp:133: instantiated from here
-../../../../../../include/memory:625: 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<A>]â
-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<A>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-../../../../../../include/memory:856: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-move02.pass.cpp:133: instantiated from here
-move02.pass.cpp:55: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:475: 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<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-move_convert02.pass.cpp:65: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter<A>, _Tp = B, _Dp = Deleter<B>]â
-../../../../../../include/memory: In function âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â:
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:1093: error: no matching function for call to âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::unique_ptr<B, Deleter<B> >&)â
-../../../../../../include/memory:716: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter<B>]
-../../../../../../include/memory:712: note: std::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)
-../../deleter.h: In copy constructor âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)â:
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:712: 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<B>]â:
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:1094: note: synthesized method âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)â first required here
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:1094: error: no matching function for call to âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = B, _Dp = Deleter<B>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = B, _Dp = Deleter<B>]â
-../../deleter.h: In member function âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter<A>, _Tp = B, _Dp = Deleter<B>]â:
-move_convert02.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:852: error: within this context
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:852: error: initializing argument 1 of âDeleter<T>::Deleter(Deleter<U>, typename std::__yuga1::enable_if<(! std::__yuga1::is_same<U,T>::value), void>::type*) [with U = B, T = A]â
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:852: error: no matching function for call to âDeleter<A>::Deleter(Deleter<A>)â
-../../deleter.h:60: note: candidates are: Deleter<T>::Deleter(std::__yuga1::__rv<Deleter<T> >) [with T = A]
-../../deleter.h:45: note: Deleter<T>::Deleter(Deleter<T>&) [with T = A]
-../../../../../../include/memory:852: error: initializing argument 2 of âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A>]â from result of âDeleter<T>::Deleter(Deleter<U>, typename std::__yuga1::enable_if<(! std::__yuga1::is_same<U,T>::value), void>::type*) [with U = B, T = A]â
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:852: error: no matching function for call to âstd::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<A*, Deleter<A> >::__rv2(std::__yuga1::__rv2<A*, Deleter<A> >&)
-../../deleter.h: In constructor âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â:
-move_convert02.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:856: error: within this context
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:856: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-../../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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename 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<B>]â:
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:63: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:63: instantiated from here
-../../../../../../include/memory:625: 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<B>]â
-../../deleter.h: In constructor âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = B, _Dp = Deleter<B>]â:
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:856: error: within this context
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:856: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename 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<B>]â
-../../deleter.h: In member function âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = B, _Dp = Deleter<B>]â:
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:846: error: within this context
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:846: error: initializing argument 2 of âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter<B>]â
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:846: error: no matching function for call to âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)
-../../deleter.h: In constructor âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = A*, _Dp = Deleter<A>]â:
-../../../../../../include/memory:852: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<_Up, _Ep>() [with _Up = A*, _Ep = Deleter<A>, _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:716: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â:
-../../../../../../include/memory:856: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:856: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../../../../../include/memory:625: 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<A>]â
-../../deleter.h: In constructor âstd::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter<B>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename 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<B>]â
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:63: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:475: error: within this context
-../../deleter.h: In constructor âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter<B>]â:
-../../../../../../include/memory:846: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = B, _Dp = Deleter<B>]â
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:716: 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<A>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-../../../../../../include/memory:856: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = A, _Dp = Deleter<A>]â
-move_convert02.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:475: 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<B, std::__yuga1::default_delete<B> >â to non-scalar type âstd::__yuga1::unique_ptr<A, std::__yuga1::default_delete<A> >â 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<B, Deleter<B> >â to non-scalar type âstd::__yuga1::unique_ptr<A, Deleter<A> >â 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<B>]â:
-move_convert05.pass.cpp:65: instantiated from here
-../../../../../../include/memory:1093: error: no matching function for call to âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::unique_ptr<B, Deleter<B> >&)â
-../../../../../../include/memory:716: note: candidates are: std::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter<B>]
-../../../../../../include/memory:712: note: std::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)
-../../deleter.h: In copy constructor âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)â:
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:712: 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<B>]â:
-move_convert05.pass.cpp:65: instantiated from here
-../../../../../../include/memory:1094: note: synthesized method âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)â first required here
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert05.pass.cpp:65: instantiated from here
-../../../../../../include/memory:1094: error: no matching function for call to âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)
-../../../../../../include/memory:1094: error: initializing argument 1 of âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = B, _Dp = Deleter<B>]â from result of âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = B, _Dp = Deleter<B>]â
-../../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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename 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<B>]â:
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert05.pass.cpp:63: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert05.pass.cpp:63: instantiated from here
-../../../../../../include/memory:625: 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<B>]â
-../../deleter.h: In constructor âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>) [with _Tp = B, _Dp = Deleter<B>]â:
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert05.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:856: error: within this context
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert05.pass.cpp:65: instantiated from here
-../../../../../../include/memory:856: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename 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<B>]â
-../../deleter.h: In member function âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = B, _Dp = Deleter<B>]â:
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert05.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:846: error: within this context
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert05.pass.cpp:65: instantiated from here
-../../../../../../include/memory:846: error: initializing argument 2 of âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter<B>]â
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert05.pass.cpp:65: instantiated from here
-../../../../../../include/memory:846: error: no matching function for call to âstd::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >)â
-../../../../../../include/memory:712: note: candidates are: std::__yuga1::__rv2<B*, Deleter<B> >::__rv2(std::__yuga1::__rv2<B*, Deleter<B> >&)
-../../deleter.h: In constructor âstd::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = B*, _T2 = Deleter<B>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename 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<B>]â
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert05.pass.cpp:63: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:475: error: within this context
-../../deleter.h: In constructor âstd::__yuga1::__rv2<_Ptr, _Dp>::__rv2(_Ptr, _Dp) [with _Ptr = B*, _Dp = Deleter<B>]â:
-../../../../../../include/memory:846: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::operator std::__yuga1::__rv2<typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp>() [with _Tp = B, _Dp = Deleter<B>]â
-../../../../../../include/memory:1094: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp> std::__yuga1::move(std::__yuga1::unique_ptr<_Tp, _Dp>&) [with _Tp = B, _Dp = Deleter<B>]â
-move_convert05.pass.cpp:65: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = B]â is private
-../../../../../../include/memory:716: 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<B, CDeleter<A>&>â to non-scalar type âstd::__yuga1::unique_ptr<A, CDeleter<A>&>â 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<B, CDeleter<B>&>â to non-scalar type âstd::__yuga1::unique_ptr<A, CDeleter<A> >â 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â:
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-pointer_deleter01.pass.cpp:108: instantiated from here
-pointer_deleter01.pass.cpp:54: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-pointer_deleter01.pass.cpp:108: instantiated from here
-../../../../../../include/memory:625: 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<A>]â
-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<A>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-pointer_deleter01.pass.cpp:108: instantiated from here
-pointer_deleter01.pass.cpp:54: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:475: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â:
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-swap.pass.cpp:54: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:625: error: within this context
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-swap.pass.cpp:54: instantiated from here
-../../../../../../include/memory:625: 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<A>]â
-../../deleter.h: In constructor âstd::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter<A>]â:
-../../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-../../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-swap.pass.cpp:54: instantiated from here
-../../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../../include/memory:475: 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<A []>::Deleter(Deleter<A []>)â
-../deleter.h:120: note: candidates are: Deleter<T []>::Deleter(std::__yuga1::__rv<Deleter<T []> >) [with T = A]
-../deleter.h:105: note: Deleter<T []>::Deleter(Deleter<T []>&) [with T = A]
-swap.pass.cpp:78: error: no matching function for call to âDeleter<A []>::Deleter(Deleter<A []>)â
-../deleter.h:120: note: candidates are: Deleter<T []>::Deleter(std::__yuga1::__rv<Deleter<T []> >) [with T = A]
-../deleter.h:105: note: Deleter<T []>::Deleter(Deleter<T []>&) [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<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â:
-swap.pass.cpp:76: instantiated from here
-../../../../../include/memory:959: error: passing âconst Deleter<A []>â as âthisâ argument of âDeleter<T []>::operator std::__yuga1::__rv<Deleter<T []> >() [with T = A]â discards qualifiers
-swap.pass.cpp:76: instantiated from here
-../../../../../include/memory:959: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â:
-../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-swap.pass.cpp:55: instantiated from here
-../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../include/memory:625: error: within this context
-../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-swap.pass.cpp:55: instantiated from here
-../../../../../include/memory:625: 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<A>]â
-../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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â:
-../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-swap.pass.cpp:76: instantiated from here
-../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../include/memory:625: error: within this context
-../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-swap.pass.cpp:76: instantiated from here
-../../../../../include/memory:625: 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<A []>]â
-../deleter.h: In constructor âstd::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, 0u>::__yuga_compressed_pair_imp(_T1, _T2) [with _T1 = A*, _T2 = Deleter<A>]â:
-../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A>]â
-../../../../../include/memory:867: instantiated from âstd::__yuga1::unique_ptr<_Tp, _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, _Dp) [with _Tp = A, _Dp = Deleter<A>]â
-swap.pass.cpp:55: instantiated from here
-../deleter.h:45: error: âDeleter<T>::Deleter(Deleter<T>&) [with T = A]â is private
-../../../../../include/memory:475: 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<A []>]â:
-../../../../../include/memory:625: 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<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T1_param, typename std::__yuga1::__yuga_compressed_pair_imp<_T1, _T2, std::__yuga1::__yuga_compressed_pair_switch<_T1,_T2,std::__yuga1::is_same<typename std::__yuga1::remove_cv<_Tp>::type,typename std::__yuga1::remove_cv<_Dp>::type>::value,std::__yuga1::is_empty<_T1>::value,std::__yuga1::is_empty<_T2>::value>::value>::_T2_param) [with _T1 = A*, _T2 = Deleter<A []>]â
-../../../../../include/memory:959: instantiated from âstd::__yuga1::unique_ptr<_Tp [], _Dp>::unique_ptr(typename std::__yuga1::__pointer_type<_Tp, _Dp>::type, typename std::__yuga1::conditional<std::__yuga1::is_reference<_Dp>::value, _Dp, typename std::__yuga1::add_lvalue_reference<const _Dp>::type>::type) [with _Tp = A, _Dp = Deleter<A []>]â
-swap.pass.cpp:76: instantiated from here
-../deleter.h:105: error: âDeleter<T []>::Deleter(Deleter<T []>&) [with T = A]â is private
-../../../../../include/memory:475: 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 95: 60667 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 95: 60704 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 95: 61099 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 4 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: 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 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<class _Tp, class _Up> 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<class _Tp, class _Up> 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<class _Tp, class _Up> 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<class _Tp, class _Up> 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<class _Tp, class _Up> 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<class _Tp, class _Up> 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<false>â
-union.pass.cpp:44: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-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<false>â
-union.pass.cpp:44: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-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<false>â
-union.pass.cpp:44: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-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<false>â
-union.pass.cpp:44: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-has_nothrow_copy_constructor.pass.cpp:43: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-has_nothrow_copy_constructor.pass.cpp:44: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-has_nothrow_copy_constructor.pass.cpp:45: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-has_trivial_copy_constructor.pass.cpp:43: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-has_trivial_copy_constructor.pass.cpp:44: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-has_trivial_copy_constructor.pass.cpp:45: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-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<false>â
-has_virtual_destructor.pass.cpp failed to compile
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_empty1<Union>â:
-../../../../../include/type_traits:678: instantiated from âstd::__yuga1::__yuga_empty<Union, true>â
-../../../../../include/type_traits:682: instantiated from âstd::__yuga1::is_empty<Union>â
-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:668: 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<false>â
-../../../../../include/type_traits: At global scope:
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_empty1<const Union>â:
-../../../../../include/type_traits:678: instantiated from âstd::__yuga1::__yuga_empty<const Union, true>â
-../../../../../include/type_traits:682: instantiated from âstd::__yuga1::is_empty<const Union>â
-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:668: 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<false>â
-../../../../../include/type_traits: At global scope:
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_empty1<volatile Union>â:
-../../../../../include/type_traits:678: instantiated from âstd::__yuga1::__yuga_empty<volatile Union, true>â
-../../../../../include/type_traits:682: instantiated from âstd::__yuga1::is_empty<volatile Union>â
-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:668: 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<false>â
-../../../../../include/type_traits: At global scope:
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_empty1<const volatile Union>â:
-../../../../../include/type_traits:678: instantiated from âstd::__yuga1::__yuga_empty<const volatile Union, true>â
-../../../../../include/type_traits:682: instantiated from âstd::__yuga1::is_empty<const volatile Union>â
-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:668: 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<false>â
-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<false>â
-is_pod.pass.cpp:60: instantiated from here
-is_pod.pass.cpp:36: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-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<false>â
-is_pod.pass.cpp:61: instantiated from here
-is_pod.pass.cpp:36: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-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<false>â
-is_pod.pass.cpp:62: instantiated from here
-is_pod.pass.cpp:36: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-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<false>â
-is_pod.pass.cpp:63: instantiated from here
-is_pod.pass.cpp:36: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-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<false>â
-is_pod.pass.cpp:64: instantiated from here
-is_pod.pass.cpp:36: error: invalid application of âsizeofâ to incomplete type â__static_assert_test<false>â
-is_pod.pass.cpp failed to compile
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_polymorphic2<Union>â:
-../../../../../include/type_traits:691: instantiated from âstd::__yuga1::__yuga_polymorphic<Union, true>â
-../../../../../include/type_traits:695: instantiated from âstd::__yuga1::is_polymorphic<Union>â
-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:687: error: base type âUnionâ fails to be a struct or class type
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_polymorphic1<Union>â:
-../../../../../include/type_traits:691: instantiated from âstd::__yuga1::__yuga_polymorphic<Union, true>â
-../../../../../include/type_traits:695: instantiated from âstd::__yuga1::is_polymorphic<Union>â
-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:686: error: base type âUnionâ fails to be a struct or class type
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_polymorphic2<const Union>â:
-../../../../../include/type_traits:691: instantiated from âstd::__yuga1::__yuga_polymorphic<const Union, true>â
-../../../../../include/type_traits:695: instantiated from âstd::__yuga1::is_polymorphic<const Union>â
-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:687: error: base type âconst Unionâ fails to be a struct or class type
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_polymorphic1<const Union>â:
-../../../../../include/type_traits:691: instantiated from âstd::__yuga1::__yuga_polymorphic<const Union, true>â
-../../../../../include/type_traits:695: instantiated from âstd::__yuga1::is_polymorphic<const Union>â
-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:686: error: base type âconst Unionâ fails to be a struct or class type
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_polymorphic2<volatile Union>â:
-../../../../../include/type_traits:691: instantiated from âstd::__yuga1::__yuga_polymorphic<volatile Union, true>â
-../../../../../include/type_traits:695: instantiated from âstd::__yuga1::is_polymorphic<volatile Union>â
-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:687: error: base type âvolatile Unionâ fails to be a struct or class type
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_polymorphic1<volatile Union>â:
-../../../../../include/type_traits:691: instantiated from âstd::__yuga1::__yuga_polymorphic<volatile Union, true>â
-../../../../../include/type_traits:695: instantiated from âstd::__yuga1::is_polymorphic<volatile Union>â
-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:686: error: base type âvolatile Unionâ fails to be a struct or class type
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_polymorphic2<const volatile Union>â:
-../../../../../include/type_traits:691: instantiated from âstd::__yuga1::__yuga_polymorphic<const volatile Union, true>â
-../../../../../include/type_traits:695: instantiated from âstd::__yuga1::is_polymorphic<const volatile Union>â
-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:687: error: base type âconst volatile Unionâ fails to be a struct or class type
-../../../../../include/type_traits: In instantiation of âstd::__yuga1::__is_polymorphic1<const volatile Union>â:
-../../../../../include/type_traits:691: instantiated from âstd::__yuga1::__yuga_polymorphic<const volatile Union, true>â
-../../../../../include/type_traits:695: instantiated from âstd::__yuga1::is_polymorphic<const volatile Union>â
-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:686: 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<false>â
-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<false>â
-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)
-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++ -arch i386 -I../include ../lib/libcayuga.dylib
-----------------------------------------------------
-sections without tests : 241
-sections with failures : 44
-sections without failures: 747
- + ----
-total number of sections : 1032
-----------------------------------------------------
-number of tests failed : 109
-number of tests passed : 2630
- + ----
-total number of tests : 2739
-****************************************************
More information about the cfe-commits
mailing list