diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-06-01 04:18:08 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-06-01 04:18:08 +0200 |
commit | 2f3d114dce06b7798aeef270be2c119ede058a70 (patch) | |
tree | 6a0e034ebe3f079c32f5e8ee3601b78970e3a156 /_posts/2015-07-03-std-call-once-bug.md | |
parent | add jekyll-tidy plugin (diff) | |
download | blog-2f3d114dce06b7798aeef270be2c119ede058a70.tar.gz blog-2f3d114dce06b7798aeef270be2c119ede058a70.zip |
std::call_once: rename header
Diffstat (limited to '')
-rw-r--r-- | _posts/2015-07-03-std-call-once-bug.md | 2 |
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 |