2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-01-19 04:02:09 +00:00

Added a delimiter space between the header marker and Boost.Log image.

The space is formally required by the Markdown syntax (http://spec.commonmark.org/0.25/#atx-headings), although GitHub implementation seems to not require it.
This commit is contained in:
Andrey Semashev
2016-08-19 13:39:12 +03:00
parent ffe7710a90
commit ee4a80f477

View File

@@ -1,4 +1,4 @@
#![Boost.Atomic](doc/logo.png)
# ![Boost.Atomic](doc/logo.png)
Boost.Atomic, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), implements atomic operations for various CPU architectures, reflecting and extending the standard interface defined in C++11.