X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/026ddd134c2a47ab83069548c56f2e3d4cc04464..5a226a8f0e5cb4e134ee7aa9f86dfd4281049bc2:/source/blog/posts/2008/08/reference-counting.rst 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/