aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/2015-07-03-std-call-once-bug.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-06-25 05:10:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-06-25 05:10:39 +0300
commit659884048d24d0322feb74712e1260cb63b0ac99 (patch)
tree39196e40c5d973eb10ce1b24bbd30ce3e1605070 /_posts/2015-07-03-std-call-once-bug.md
parentadd post "static vs. inline vs. namespace {" (diff)
downloadjekyll-theme-659884048d24d0322feb74712e1260cb63b0ac99.tar.gz
jekyll-theme-659884048d24d0322feb74712e1260cb63b0ac99.zip
std::call_once: Markdown style fix
Diffstat (limited to '')
-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 569601e..313fc6a 100644
--- a/_posts/2015-07-03-std-call-once-bug.md
+++ b/_posts/2015-07-03-std-call-once-bug.md
@@ -218,7 +218,7 @@ int main()
`entered` and `exiting` are utility functions to print timestamps.
The implementation is included in the [complete code sample].
-{: .alert .alert-info}
+{: .alert .alert-info }
The first thread is supposed to have the total running time of about 13
seconds, right?