aboutsummaryrefslogtreecommitdiff
path: root/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-10-01 09:20:22 +0200
committerAdrian Kummerlaender2018-10-01 09:20:22 +0200
commit469094b0df07b6e4606014581fcb8b68bf6c55d6 (patch)
tree0eaaed4853087d9af1d75d65b929bb7ca21bacf1 /articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
parentf422d80a558e33931c340c1abae40b243afc294a (diff)
downloadblog_content-469094b0df07b6e4606014581fcb8b68bf6c55d6.tar
blog_content-469094b0df07b6e4606014581fcb8b68bf6c55d6.tar.gz
blog_content-469094b0df07b6e4606014581fcb8b68bf6c55d6.tar.bz2
blog_content-469094b0df07b6e4606014581fcb8b68bf6c55d6.tar.lz
blog_content-469094b0df07b6e4606014581fcb8b68bf6c55d6.tar.xz
blog_content-469094b0df07b6e4606014581fcb8b68bf6c55d6.tar.zst
blog_content-469094b0df07b6e4606014581fcb8b68bf6c55d6.zip
Revert "Update code.kummerlaender.eu links"
This reverts commit 7d937830c21636eddc67bd2b2479cb7a436a7657.
Diffstat (limited to 'articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md')
-rw-r--r--articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md b/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
index f536e4b..e2b4784 100644
--- a/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
+++ b/articles/2013-11-03_mapping_binary_structures_as_tuples_using_template_metaprogramming.md
@@ -251,4 +251,4 @@ which basically is _just_ a large library of templates.
The next step in extending the templates explained in this article would probably be adapting the _BinaryMapping_ template to offer sliding window like iteration over larger buffers and extending
the supported data types.
-__Update:__ The current version of a small C++ template library extending the _BinaryMapping_ templates detailed in this article may be found on [Github](https://github.com/KnairdA/BinaryMapping/).
+__Update:__ The current version of a small C++ template library extending the _BinaryMapping_ templates detailed in this article may be found on [Github](https://github.com/KnairdA/BinaryMapping/) or [cgit](http://code.kummerlaender.eu/BinaryMapping/).