X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/3b699164f331334ca98b9b3345a6f7b839d71ff9..6129276a9ec861180e4adf8585c54a46d4607c55:/source/dgc.rst diff --git a/source/dgc.rst b/source/dgc.rst index 627fc0f..654bb52 100644 --- a/source/dgc.rst +++ b/source/dgc.rst @@ -130,7 +130,7 @@ una función miembro llamada *destructor*, o ``~this()`` en D_). Esto significa que el recolector, al encontrar que no hay más referencias a un objeto, debe ejecutar el destructor. -La especificación dice: +La especificación dice [DWDE]_: The garbage collector is not guaranteed to run the destructor for all unreferenced objects. Furthermore, the order in which the garbage collector