mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
Fix typo in _experimental::test::basic_stream
documentation
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Version XXX:
|
||||||
|
|
||||||
|
* Fix typo in `_experimental::test::basic_stream` documentation.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 321:
|
Version 321:
|
||||||
|
|
||||||
* Remove test framework's dependency on RTTI.
|
* Remove test framework's dependency on RTTI.
|
||||||
|
@ -591,7 +591,7 @@ beast_close_socket(basic_stream<Executor>& s)
|
|||||||
*/
|
*/
|
||||||
template<class Executor>
|
template<class Executor>
|
||||||
template<class... Args>
|
template<class... Args>
|
||||||
bascic_stream
|
basic_stream
|
||||||
connect(basic_stream& to, Args&&... args);
|
connect(basic_stream& to, Args&&... args);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user