tmp/tmpbvxkchyq/{from.md → to.md}
RENAMED
|
@@ -38,14 +38,15 @@ a.outer_allocator() == b.outer_allocator() && a.inner_allocator() == b.inner_all
|
|
| 38 |
[allocator.uses]: #allocator.uses
|
| 39 |
[allocator.uses.construction]: #allocator.uses.construction
|
| 40 |
[allocator.uses.trait]: #allocator.uses.trait
|
| 41 |
[basic.align]: basic.md#basic.align
|
| 42 |
[basic.compound]: basic.md#basic.compound
|
|
|
|
| 43 |
[basic.stc.dynamic.allocation]: basic.md#basic.stc.dynamic.allocation
|
| 44 |
-
[basic.types.general]: basic.md#basic.types.general
|
| 45 |
[bit.cast]: utilities.md#bit.cast
|
| 46 |
[c.malloc]: #c.malloc
|
|
|
|
| 47 |
[conv.qual]: expr.md#conv.qual
|
| 48 |
[cpp17.defaultconstructible]: #cpp17.defaultconstructible
|
| 49 |
[cpp17.destructible]: #cpp17.destructible
|
| 50 |
[cpp17.moveassignable]: #cpp17.moveassignable
|
| 51 |
[cpp17.moveconstructible]: #cpp17.moveconstructible
|
|
@@ -53,16 +54,28 @@ a.outer_allocator() == b.outer_allocator() && a.inner_allocator() == b.inner_all
|
|
| 53 |
[default.allocator]: #default.allocator
|
| 54 |
[default.allocator.general]: #default.allocator.general
|
| 55 |
[defns.const.subexpr]: intro.md#defns.const.subexpr
|
| 56 |
[expr.eq]: expr.md#expr.eq
|
| 57 |
[function.objects]: utilities.md#function.objects
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
[inout.ptr]: #inout.ptr
|
| 59 |
[inout.ptr.t]: #inout.ptr.t
|
| 60 |
[intro.multithread]: basic.md#intro.multithread
|
| 61 |
[intro.object]: basic.md#intro.object
|
| 62 |
[intro.races]: basic.md#intro.races
|
| 63 |
[mem]: #mem
|
|
|
|
| 64 |
[mem.general]: #mem.general
|
| 65 |
[mem.poly.allocator.class]: #mem.poly.allocator.class
|
| 66 |
[mem.poly.allocator.class.general]: #mem.poly.allocator.class.general
|
| 67 |
[mem.poly.allocator.ctor]: #mem.poly.allocator.ctor
|
| 68 |
[mem.poly.allocator.eq]: #mem.poly.allocator.eq
|
|
@@ -97,20 +110,30 @@ a.outer_allocator() == b.outer_allocator() && a.inner_allocator() == b.inner_all
|
|
| 97 |
[pointer.traits]: #pointer.traits
|
| 98 |
[pointer.traits.functions]: #pointer.traits.functions
|
| 99 |
[pointer.traits.general]: #pointer.traits.general
|
| 100 |
[pointer.traits.optmem]: #pointer.traits.optmem
|
| 101 |
[pointer.traits.types]: #pointer.traits.types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
[ptr.align]: #ptr.align
|
| 103 |
[scoped.adaptor.operators]: #scoped.adaptor.operators
|
| 104 |
[smartptr]: #smartptr
|
| 105 |
[smartptr.adapt]: #smartptr.adapt
|
| 106 |
[specialized.addressof]: #specialized.addressof
|
| 107 |
[specialized.algorithms]: algorithms.md#specialized.algorithms
|
| 108 |
[stmt.dcl]: stmt.md#stmt.dcl
|
| 109 |
[swappable.requirements]: library.md#swappable.requirements
|
| 110 |
[temp.deduct]: temp.md#temp.deduct
|
|
|
|
| 111 |
[term.incomplete.type]: basic.md#term.incomplete.type
|
|
|
|
| 112 |
[tuple]: utilities.md#tuple
|
| 113 |
[unique.ptr]: #unique.ptr
|
| 114 |
[unique.ptr.create]: #unique.ptr.create
|
| 115 |
[unique.ptr.dltr]: #unique.ptr.dltr
|
| 116 |
[unique.ptr.dltr.dflt]: #unique.ptr.dltr.dflt
|
|
@@ -135,10 +158,12 @@ a.outer_allocator() == b.outer_allocator() && a.inner_allocator() == b.inner_all
|
|
| 135 |
[unord.hash]: utilities.md#unord.hash
|
| 136 |
[util.sharedptr]: #util.sharedptr
|
| 137 |
[util.smartptr.enab]: #util.smartptr.enab
|
| 138 |
[util.smartptr.getdeleter]: #util.smartptr.getdeleter
|
| 139 |
[util.smartptr.hash]: #util.smartptr.hash
|
|
|
|
|
|
|
| 140 |
[util.smartptr.ownerless]: #util.smartptr.ownerless
|
| 141 |
[util.smartptr.shared]: #util.smartptr.shared
|
| 142 |
[util.smartptr.shared.assign]: #util.smartptr.shared.assign
|
| 143 |
[util.smartptr.shared.cast]: #util.smartptr.shared.cast
|
| 144 |
[util.smartptr.shared.cmp]: #util.smartptr.shared.cmp
|
|
|
|
| 38 |
[allocator.uses]: #allocator.uses
|
| 39 |
[allocator.uses.construction]: #allocator.uses.construction
|
| 40 |
[allocator.uses.trait]: #allocator.uses.trait
|
| 41 |
[basic.align]: basic.md#basic.align
|
| 42 |
[basic.compound]: basic.md#basic.compound
|
| 43 |
+
[basic.life]: basic.md#basic.life
|
| 44 |
[basic.stc.dynamic.allocation]: basic.md#basic.stc.dynamic.allocation
|
|
|
|
| 45 |
[bit.cast]: utilities.md#bit.cast
|
| 46 |
[c.malloc]: #c.malloc
|
| 47 |
+
[container.reqmts]: containers.md#container.reqmts
|
| 48 |
[conv.qual]: expr.md#conv.qual
|
| 49 |
[cpp17.defaultconstructible]: #cpp17.defaultconstructible
|
| 50 |
[cpp17.destructible]: #cpp17.destructible
|
| 51 |
[cpp17.moveassignable]: #cpp17.moveassignable
|
| 52 |
[cpp17.moveconstructible]: #cpp17.moveconstructible
|
|
|
|
| 54 |
[default.allocator]: #default.allocator
|
| 55 |
[default.allocator.general]: #default.allocator.general
|
| 56 |
[defns.const.subexpr]: intro.md#defns.const.subexpr
|
| 57 |
[expr.eq]: expr.md#expr.eq
|
| 58 |
[function.objects]: utilities.md#function.objects
|
| 59 |
+
[indirect]: #indirect
|
| 60 |
+
[indirect.assign]: #indirect.assign
|
| 61 |
+
[indirect.comp.with.t]: #indirect.comp.with.t
|
| 62 |
+
[indirect.ctor]: #indirect.ctor
|
| 63 |
+
[indirect.dtor]: #indirect.dtor
|
| 64 |
+
[indirect.general]: #indirect.general
|
| 65 |
+
[indirect.hash]: #indirect.hash
|
| 66 |
+
[indirect.obs]: #indirect.obs
|
| 67 |
+
[indirect.relops]: #indirect.relops
|
| 68 |
+
[indirect.swap]: #indirect.swap
|
| 69 |
+
[indirect.syn]: #indirect.syn
|
| 70 |
[inout.ptr]: #inout.ptr
|
| 71 |
[inout.ptr.t]: #inout.ptr.t
|
| 72 |
[intro.multithread]: basic.md#intro.multithread
|
| 73 |
[intro.object]: basic.md#intro.object
|
| 74 |
[intro.races]: basic.md#intro.races
|
| 75 |
[mem]: #mem
|
| 76 |
+
[mem.composite.types]: #mem.composite.types
|
| 77 |
[mem.general]: #mem.general
|
| 78 |
[mem.poly.allocator.class]: #mem.poly.allocator.class
|
| 79 |
[mem.poly.allocator.class.general]: #mem.poly.allocator.class.general
|
| 80 |
[mem.poly.allocator.ctor]: #mem.poly.allocator.ctor
|
| 81 |
[mem.poly.allocator.eq]: #mem.poly.allocator.eq
|
|
|
|
| 110 |
[pointer.traits]: #pointer.traits
|
| 111 |
[pointer.traits.functions]: #pointer.traits.functions
|
| 112 |
[pointer.traits.general]: #pointer.traits.general
|
| 113 |
[pointer.traits.optmem]: #pointer.traits.optmem
|
| 114 |
[pointer.traits.types]: #pointer.traits.types
|
| 115 |
+
[polymorphic]: #polymorphic
|
| 116 |
+
[polymorphic.assign]: #polymorphic.assign
|
| 117 |
+
[polymorphic.ctor]: #polymorphic.ctor
|
| 118 |
+
[polymorphic.dtor]: #polymorphic.dtor
|
| 119 |
+
[polymorphic.general]: #polymorphic.general
|
| 120 |
+
[polymorphic.obs]: #polymorphic.obs
|
| 121 |
+
[polymorphic.swap]: #polymorphic.swap
|
| 122 |
+
[polymorphic.syn]: #polymorphic.syn
|
| 123 |
[ptr.align]: #ptr.align
|
| 124 |
[scoped.adaptor.operators]: #scoped.adaptor.operators
|
| 125 |
[smartptr]: #smartptr
|
| 126 |
[smartptr.adapt]: #smartptr.adapt
|
| 127 |
[specialized.addressof]: #specialized.addressof
|
| 128 |
[specialized.algorithms]: algorithms.md#specialized.algorithms
|
| 129 |
[stmt.dcl]: stmt.md#stmt.dcl
|
| 130 |
[swappable.requirements]: library.md#swappable.requirements
|
| 131 |
[temp.deduct]: temp.md#temp.deduct
|
| 132 |
+
[term.implicit.lifetime.type]: basic.md#term.implicit.lifetime.type
|
| 133 |
[term.incomplete.type]: basic.md#term.incomplete.type
|
| 134 |
+
[term.trivially.copyable.type]: basic.md#term.trivially.copyable.type
|
| 135 |
[tuple]: utilities.md#tuple
|
| 136 |
[unique.ptr]: #unique.ptr
|
| 137 |
[unique.ptr.create]: #unique.ptr.create
|
| 138 |
[unique.ptr.dltr]: #unique.ptr.dltr
|
| 139 |
[unique.ptr.dltr.dflt]: #unique.ptr.dltr.dflt
|
|
|
|
| 158 |
[unord.hash]: utilities.md#unord.hash
|
| 159 |
[util.sharedptr]: #util.sharedptr
|
| 160 |
[util.smartptr.enab]: #util.smartptr.enab
|
| 161 |
[util.smartptr.getdeleter]: #util.smartptr.getdeleter
|
| 162 |
[util.smartptr.hash]: #util.smartptr.hash
|
| 163 |
+
[util.smartptr.owner.equal]: #util.smartptr.owner.equal
|
| 164 |
+
[util.smartptr.owner.hash]: #util.smartptr.owner.hash
|
| 165 |
[util.smartptr.ownerless]: #util.smartptr.ownerless
|
| 166 |
[util.smartptr.shared]: #util.smartptr.shared
|
| 167 |
[util.smartptr.shared.assign]: #util.smartptr.shared.assign
|
| 168 |
[util.smartptr.shared.cast]: #util.smartptr.shared.cast
|
| 169 |
[util.smartptr.shared.cmp]: #util.smartptr.shared.cmp
|