From 098b08c106b146a339bed7bbb55c6b3bdc0d38da Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 05:59:12 +0300 Subject: markdownify post excerpts --- _posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md') diff --git a/_posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md b/_posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md index 6f9f3dc..94b5105 100644 --- a/_posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md +++ b/_posts/2017-06-24-static-vs-inline-vs-unnamed-namespaces.md @@ -2,8 +2,8 @@ title: static vs. inline vs. namespace { layout: post excerpt: > - Should I use static, inline or unnamed namespaces - for function definitions? + Should I use `static`, `inline` or unnamed namespaces for function + definitions? category: C++ custom_css: - snippets.css -- cgit v1.2.3