-
Fixed some 64-to-32-bit conversion warnings (#7459).
-
Fixed some small errors in documentation and comments (#7761).
-
Fixed an error in the example embedded in
basic_socket::get_option's documentation (#7562). -
Changed to use
_snwprintfto address a compile error due to the changedswprintfsignature in recent versions of MinGW (#7373). -
Fixed a deadlock that can occur on Windows when shutting down a pool of
io_servicethreads due to running out of work (#7552). -
Enabled the
noexceptqualifier for error categories (#7797). -
Changed UNIX domain socket example to treat errors from
acceptas non-fatal (#7488). -
Added a small block recycling optimisation to improve default memory allocation behaviour.