Skip to content

Commit 836caf1

Browse files
committed
Remove line breaks.
1 parent f626ae3 commit 836caf1

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

asio/src/doc/history.qbk

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@
99

1010
[heading Asio 1.10.1]
1111

12-
* Implemented a limited port to Windows Runtime.
13-
14-
This change adds limited support for using Asio with the Windows
15-
Runtime. It requires that the language extensions be enabled. Due to the
16-
restricted facilities exposed by the Windows Runtime API, the port comes
17-
with the following caveats:
12+
* Implemented a limited port to Windows Runtime. This support requires that the
13+
language extensions be enabled. Due to the restricted facilities exposed by
14+
the Windows Runtime API, the port also comes with the following caveats:
1815

1916
* The core facilities such as the `io_service`, `strand`, buffers, composed
2017
operations, timers, etc., should all work as normal.
@@ -36,15 +33,11 @@
3633
* Most resolver query flags have no effect.
3734

3835
* Extended the ability to use Asio without Boost to include Microsoft Visual
39-
Studio 2012.
40-
41-
When using a C++11 compiler, most of Asio may now be used without a
42-
dependency on Boost header files or libraries. To use Asio in this way,
43-
define `ASIO_STANDALONE` on your compiler command line or as part of the
44-
project options.
45-
46-
The standalone configuration has been tested for the following platforms and
47-
compilers:
36+
Studio 2012. When using a C++11 compiler, most of Asio may now be used
37+
without a dependency on Boost header files or libraries. To use Asio in this
38+
way, define `ASIO_STANDALONE` on your compiler command line or as part of the
39+
project options. This standalone configuration has been tested for the
40+
following platforms and compilers:
4841

4942
* Microsoft Visual Studio 2012
5043

@@ -162,14 +155,11 @@
162155
examples have been converted to their C++11 equivalents.
163156

164157
* Add the ability to use Asio without Boost, for a limited set of platforms.
165-
166158
When using a C++11 compiler, most of Asio may now be used without a
167159
dependency on Boost header files or libraries. To use Asio in this way,
168160
define `ASIO_STANDALONE` on your compiler command line or as part of the
169-
project options.
170-
171-
The standalone configuration has currently been tested for the following
172-
platforms and compilers:
161+
project options. This standalone configuration has currently been tested for
162+
the following platforms and compilers:
173163

174164
* Linux with g++ 4.7 (requires [^-std=c++11])
175165

0 commit comments

Comments
 (0)