diff --git a/content/posts/2022-11-02-multiple-dispatch-in-c++/index.md b/content/posts/2022-06-07-multiple-dispatch-in-c++/index.md similarity index 99% rename from content/posts/2022-11-02-multiple-dispatch-in-c++/index.md rename to content/posts/2022-06-07-multiple-dispatch-in-c++/index.md index e092cd0..9294a27 100644 --- a/content/posts/2022-11-02-multiple-dispatch-in-c++/index.md +++ b/content/posts/2022-06-07-multiple-dispatch-in-c++/index.md @@ -1,6 +1,6 @@ --- title: "Multiple Dispatch in C++" -date: 2022-11-02T16:36:53+01:00 +date: 2022-06-07T16:13:56+02:00 draft: false # I don't care for draft mode, git has branches for that description: "A Lisp super-power in C++" tags: