aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2015-07-03-std-call-once-bug.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-06-01 04:18:08 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-06-01 04:18:08 +0200
commit2f3d114dce06b7798aeef270be2c119ede058a70 (patch)
tree6a0e034ebe3f079c32f5e8ee3601b78970e3a156 /_posts/2015-07-03-std-call-once-bug.md
parentadd jekyll-tidy plugin (diff)
downloadblog-2f3d114dce06b7798aeef270be2c119ede058a70.tar.gz
blog-2f3d114dce06b7798aeef270be2c119ede058a70.zip
std::call_once: rename header
Diffstat (limited to '_posts/2015-07-03-std-call-once-bug.md')
-rw-r--r--_posts/2015-07-03-std-call-once-bug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2015-07-03-std-call-once-bug.md b/_posts/2015-07-03-std-call-once-bug.md
index e4d5a82..57e24b7 100644
--- a/_posts/2015-07-03-std-call-once-bug.md
+++ b/_posts/2015-07-03-std-call-once-bug.md
@@ -239,7 +239,7 @@ be found in this blog's repository.
[complete code sample]: {{ site.github.repository_url }}/tree/master/std_call_once_bug
-Resolution
+Conclusion
----------
So, since I couldn't submit the bug via Visual Studio's [Connect page], I wrote