|
9 | 9 |
|
10 | 10 | [heading Asio 1.10.1]
|
11 | 11 |
|
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: |
18 | 15 |
|
19 | 16 | * The core facilities such as the `io_service`, `strand`, buffers, composed
|
20 | 17 | operations, timers, etc., should all work as normal.
|
|
36 | 33 | * Most resolver query flags have no effect.
|
37 | 34 |
|
38 | 35 | * 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: |
48 | 41 |
|
49 | 42 | * Microsoft Visual Studio 2012
|
50 | 43 |
|
|
162 | 155 | examples have been converted to their C++11 equivalents.
|
163 | 156 |
|
164 | 157 | * Add the ability to use Asio without Boost, for a limited set of platforms.
|
165 |
| - |
166 | 158 | When using a C++11 compiler, most of Asio may now be used without a
|
167 | 159 | dependency on Boost header files or libraries. To use Asio in this way,
|
168 | 160 | 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: |
173 | 163 |
|
174 | 164 | * Linux with g++ 4.7 (requires [^-std=c++11])
|
175 | 165 |
|
|
0 commit comments