X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/32cb310b42235f42ba8f9f70bb7ba3fe07b99377..HEAD:/source/blog/posts/2008/08/reference-counting.rst?ds=sidebyside diff --git a/source/blog/posts/2008/08/reference-counting.rst b/source/blog/posts/2008/08/reference-counting.rst index 9f9425f..63fd037 100644 --- a/source/blog/posts/2008/08/reference-counting.rst +++ b/source/blog/posts/2008/08/reference-counting.rst @@ -8,7 +8,7 @@ with the mutator. And besides it could be hard to add support to the compiler, it's doable by manually incrementing and decrementing the reference counters to evaluate it. -__ https://proj.llucax.com.ar/blog/dgc/blog/post/361c2fb9 +__ /blog/blog/post/361c2fb9 __ http://en.wikipedia.org/wiki/Reference_counting __ http://www.digitalmars.com/d/