X-Git-Url: https://git.llucax.com/personal/website.git/blobdiff_plain/82c67a166ee0d3d8893c3ae1e84f91f067045fd0..ec015a066c46685155348842ed073175128e4723:/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 ce3226a..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. -__ http://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/