From Jason Turner

[diff.mods.to.behavior]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpcq7seemf/{from.md → to.md} +21 -7
tmp/tmpcq7seemf/{from.md → to.md} RENAMED
@@ -28,15 +28,17 @@ The functions `aligned_alloc`, `calloc`, `malloc`, and `realloc` are
28
  restricted in C++. Subclause [[c.malloc]] describes the changes.
29
 
30
  <!-- Link reference definitions -->
31
  [algorithms]: algorithms.md#algorithms
32
  [basic]: basic.md#basic
 
33
  [basic.link]: basic.md#basic.link
34
  [basic.scope]: basic.md#basic.scope
35
  [basic.stc.dynamic]: basic.md#basic.stc.dynamic
36
  [c.malloc]: mem.md#c.malloc
37
  [class]: class.md#class
 
38
  [class.temporary]: basic.md#class.temporary
39
  [concepts]: concepts.md#concepts
40
  [containers]: containers.md#containers
41
  [conv.array]: expr.md#conv.array
42
  [conv.func]: expr.md#conv.func
@@ -44,14 +46,14 @@ restricted in C++. Subclause [[c.malloc]] describes the changes.
44
  [cpp]: cpp.md#cpp
45
  [cpp.import]: cpp.md#cpp.import
46
  [cpp.module]: cpp.md#cpp.module
47
  [csetjmp.syn]: support.md#csetjmp.syn
48
  [cstring.syn]: strings.md#cstring.syn
49
- [cwchar.syn]: strings.md#cwchar.syn
 
50
  [dcl.constexpr]: dcl.md#dcl.constexpr
51
  [dcl.constinit]: dcl.md#dcl.constinit
52
- [dcl.dcl]: dcl.md#dcl.dcl
53
  [dcl.fct.def.coroutine]: dcl.md#dcl.fct.def.coroutine
54
  [dcl.type]: dcl.md#dcl.type
55
  [dcl.typedef]: dcl.md#dcl.typedef
56
  [depr]: future.md#depr
57
  [diagnostics]: diagnostics.md#diagnostics
@@ -126,16 +128,25 @@ restricted in C++. Subclause [[c.malloc]] describes the changes.
126
  [diff.cpp20.stmt]: #diff.cpp20.stmt
127
  [diff.cpp20.strings]: #diff.cpp20.strings
128
  [diff.cpp20.temp]: #diff.cpp20.temp
129
  [diff.cpp20.thread]: #diff.cpp20.thread
130
  [diff.cpp20.utilities]: #diff.cpp20.utilities
 
 
 
 
 
 
 
 
 
 
 
 
131
  [diff.dcl]: #diff.dcl
132
  [diff.expr]: #diff.expr
133
- [diff.header.assert.h]: #diff.header.assert.h
134
  [diff.header.iso646.h]: #diff.header.iso646.h
135
- [diff.header.stdalign.h]: #diff.header.stdalign.h
136
- [diff.header.stdbool.h]: #diff.header.stdbool.h
137
  [diff.iso]: #diff.iso
138
  [diff.iso.general]: #diff.iso.general
139
  [diff.lex]: #diff.lex
140
  [diff.library]: #diff.library
141
  [diff.library.general]: #diff.library.general
@@ -148,10 +159,11 @@ restricted in C++. Subclause [[c.malloc]] describes the changes.
148
  [diff.null]: #diff.null
149
  [diff.offsetof]: #diff.offsetof
150
  [diff.stat]: #diff.stat
151
  [diff.wchar.t]: #diff.wchar.t
152
  [except]: except.md#except
 
153
  [expr]: expr.md#expr
154
  [expr.eq]: expr.md#expr.eq
155
  [expr.new]: expr.md#expr.new
156
  [expr.prim.req]: expr.md#expr.prim.req
157
  [expr.sizeof]: expr.md#expr.sizeof
@@ -160,16 +172,17 @@ restricted in C++. Subclause [[c.malloc]] describes the changes.
160
  [lex]: lex.md#lex
161
  [lex.key]: lex.md#lex.key
162
  [lex.name]: lex.md#lex.name
163
  [lex.string]: lex.md#lex.string
164
  [library]: library.md#library
165
- [localization]: localization.md#localization
166
  [mem]: mem.md#mem
167
  [module]: module.md#module
168
  [numerics]: numerics.md#numerics
169
  [over]: over.md#over
170
- [stmt.stmt]: stmt.md#stmt.stmt
 
171
  [strings]: strings.md#strings
172
  [support]: support.md#support
173
  [support.c.headers]: support.md#support.c.headers
174
  [support.start.term]: support.md#support.start.term
175
  [support.types]: support.md#support.types
@@ -178,5 +191,6 @@ restricted in C++. Subclause [[c.malloc]] describes the changes.
178
  [temp]: temp.md#temp
179
  [temp.concept]: temp.md#temp.concept
180
  [temp.pre]: temp.md#temp.pre
181
  [thread]: thread.md#thread
182
  [utilities]: utilities.md#utilities
 
 
28
  restricted in C++. Subclause [[c.malloc]] describes the changes.
29
 
30
  <!-- Link reference definitions -->
31
  [algorithms]: algorithms.md#algorithms
32
  [basic]: basic.md#basic
33
+ [basic.def.odr]: basic.md#basic.def.odr
34
  [basic.link]: basic.md#basic.link
35
  [basic.scope]: basic.md#basic.scope
36
  [basic.stc.dynamic]: basic.md#basic.stc.dynamic
37
  [c.malloc]: mem.md#c.malloc
38
  [class]: class.md#class
39
+ [class.prop]: class.md#class.prop
40
  [class.temporary]: basic.md#class.temporary
41
  [concepts]: concepts.md#concepts
42
  [containers]: containers.md#containers
43
  [conv.array]: expr.md#conv.array
44
  [conv.func]: expr.md#conv.func
 
46
  [cpp]: cpp.md#cpp
47
  [cpp.import]: cpp.md#cpp.import
48
  [cpp.module]: cpp.md#cpp.module
49
  [csetjmp.syn]: support.md#csetjmp.syn
50
  [cstring.syn]: strings.md#cstring.syn
51
+ [cwchar.syn]: text.md#cwchar.syn
52
+ [dcl]: dcl.md#dcl
53
  [dcl.constexpr]: dcl.md#dcl.constexpr
54
  [dcl.constinit]: dcl.md#dcl.constinit
 
55
  [dcl.fct.def.coroutine]: dcl.md#dcl.fct.def.coroutine
56
  [dcl.type]: dcl.md#dcl.type
57
  [dcl.typedef]: dcl.md#dcl.typedef
58
  [depr]: future.md#depr
59
  [diagnostics]: diagnostics.md#diagnostics
 
128
  [diff.cpp20.stmt]: #diff.cpp20.stmt
129
  [diff.cpp20.strings]: #diff.cpp20.strings
130
  [diff.cpp20.temp]: #diff.cpp20.temp
131
  [diff.cpp20.thread]: #diff.cpp20.thread
132
  [diff.cpp20.utilities]: #diff.cpp20.utilities
133
+ [diff.cpp23]: #diff.cpp23
134
+ [diff.cpp23.containers]: #diff.cpp23.containers
135
+ [diff.cpp23.dcl.dcl]: #diff.cpp23.dcl.dcl
136
+ [diff.cpp23.depr]: #diff.cpp23.depr
137
+ [diff.cpp23.expr]: #diff.cpp23.expr
138
+ [diff.cpp23.general]: #diff.cpp23.general
139
+ [diff.cpp23.io]: #diff.cpp23.io
140
+ [diff.cpp23.lex]: #diff.cpp23.lex
141
+ [diff.cpp23.library]: #diff.cpp23.library
142
+ [diff.cpp23.mem]: #diff.cpp23.mem
143
+ [diff.cpp23.strings]: #diff.cpp23.strings
144
+ [diff.cpp23.temp]: #diff.cpp23.temp
145
  [diff.dcl]: #diff.dcl
146
  [diff.expr]: #diff.expr
 
147
  [diff.header.iso646.h]: #diff.header.iso646.h
 
 
148
  [diff.iso]: #diff.iso
149
  [diff.iso.general]: #diff.iso.general
150
  [diff.lex]: #diff.lex
151
  [diff.library]: #diff.library
152
  [diff.library.general]: #diff.library.general
 
159
  [diff.null]: #diff.null
160
  [diff.offsetof]: #diff.offsetof
161
  [diff.stat]: #diff.stat
162
  [diff.wchar.t]: #diff.wchar.t
163
  [except]: except.md#except
164
+ [exec]: exec.md#exec
165
  [expr]: expr.md#expr
166
  [expr.eq]: expr.md#expr.eq
167
  [expr.new]: expr.md#expr.new
168
  [expr.prim.req]: expr.md#expr.prim.req
169
  [expr.sizeof]: expr.md#expr.sizeof
 
172
  [lex]: lex.md#lex
173
  [lex.key]: lex.md#lex.key
174
  [lex.name]: lex.md#lex.name
175
  [lex.string]: lex.md#lex.string
176
  [library]: library.md#library
177
+ [localization]: text.md#localization
178
  [mem]: mem.md#mem
179
  [module]: module.md#module
180
  [numerics]: numerics.md#numerics
181
  [over]: over.md#over
182
+ [stmt]: stmt.md#stmt
183
+ [stmt.contract.assert]: stmt.md#stmt.contract.assert
184
  [strings]: strings.md#strings
185
  [support]: support.md#support
186
  [support.c.headers]: support.md#support.c.headers
187
  [support.start.term]: support.md#support.start.term
188
  [support.types]: support.md#support.types
 
191
  [temp]: temp.md#temp
192
  [temp.concept]: temp.md#temp.concept
193
  [temp.pre]: temp.md#temp.pre
194
  [thread]: thread.md#thread
195
  [utilities]: utilities.md#utilities
196
+ [zombie.names]: library.md#zombie.names