mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37: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:
|
||||
|
||||
* Remove test framework's dependency on RTTI.
|
||||
|
@ -591,7 +591,7 @@ beast_close_socket(basic_stream<Executor>& s)
|
||||
*/
|
||||
template<class Executor>
|
||||
template<class... Args>
|
||||
bascic_stream
|
||||
basic_stream
|
||||
connect(basic_stream& to, Args&&... args);
|
||||
|
||||
#else
|
||||
|
Reference in New Issue
Block a user