diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-25 05:10:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-06-25 05:10:39 +0300 |
commit | 659884048d24d0322feb74712e1260cb63b0ac99 (patch) | |
tree | 39196e40c5d973eb10ce1b24bbd30ce3e1605070 /_posts | |
parent | add post "static vs. inline vs. namespace {" (diff) | |
download | jekyll-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.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 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? |