mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
![]() 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. |
||
---|---|---|
.. | ||
array.d | ||
binaryheap.d | ||
dlist.d | ||
package.d | ||
rbtree.d | ||
slist.d | ||
util.d |