From 78d71035a381f07b1991ed8dbb3d719b3552e3ca Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 8 Aug 2015 03:08:29 +0300 Subject: add post excerpts --- _posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_posts') diff --git a/_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md b/_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md index 197d8ff..68c5f95 100644 --- a/_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md +++ b/_posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md @@ -1,6 +1,10 @@ --- title: std::call_once bug in Visual Studio 2012/2013 layout: post +excerpt: > +

In this post, I will describe a neat bug I've stumbled upon in C++ + Standard Library implementation shipped with Microsoft Visual Studio + 2012/2013.

--- ### Abstract -- cgit v1.2.3