File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 196196
197197 Several CRAN packages already require C ++ 20 and have hundreds of
198198 others depending on them. (Packages can request C ++ 17 if
199- esssential . )
199+ essential . )
200200 }
201201 }
202202
Original file line number Diff line number Diff line change @@ -13711,7 +13711,7 @@ this.
1371113711@item Serializing and unserializing a resizable vector does not preserve the
1371213712resizable property. The result is an ordinary non-resizable vector.
1371313713
13714- @item The memory betweeen a shorter length and the initially allocated
13714+ @item The memory between a shorter length and the initially allocated
1371513715maximal length of a resizable vector is not accessible and cannot be
1371613716reclaimed until the shorter vector is reclaimed by the garbage
1371713717collector.
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ reparsing
140140representable
141141reproducibility
142142resaved
143+ resizable
143144RHEL
144145RNGs
145146roundoff
@@ -198,6 +199,7 @@ unscaled
198199unserialization
199200unserialized
200201unserializes
202+ unserializing
201203untar
202204unterminated
203205untrace
You can’t perform that action at this time.
0 commit comments