From abee7196f4d81788184953f0a6ffe0a8bd01b7ff Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 3 Jul 2015 18:04:10 +0300 Subject: std::call_once: fix code samples --- _posts/2015-07-03-std-call-once-bug-in-visual-studio-2012-2013.md | 2 -- 1 file changed, 2 deletions(-) (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 7b4fcad..197d8ff 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 @@ -41,8 +41,6 @@ Anyway, I was designing a software system with a couple of singletons in it. I was trying to do proper singletons using C++11 like this: {% highlight c++ %} -#pragma once - #include template -- cgit v1.2.3