phobos/std/container
Iain Buclaw 68e7cbdbc2 std.container: Fix warnings that memory may be used uninitialized
This is a warning that showed up when running the testsuite in GDC with
the -Wextra flag.  Said warning is by design and based on the assumption
that any function declared to take a const pointer or reference as an
argument reads the pointed-to-object.

In the case of GC.addRange(), the possibility is that a scan could
occur before the memory is initialized, and the GC sees false pointers
as a result of that.
2020-09-16 10:47:10 +02:00
..
array.d std.container: Fix warnings that memory may be used uninitialized 2020-09-16 10:47:10 +02:00
binaryheap.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
dlist.d Move stableRemove alias to correct place 2020-07-11 08:58:22 +02:00
package.d Remove underscore. 2019-02-21 12:12:57 +01:00
rbtree.d Follow up review on PR 7441 2020-04-15 02:15:04 +09:00
slist.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00
util.d Replace 'Issue XXX' with Bugzilla links 2020-04-13 16:28:09 +09:00