mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
@ -3,6 +3,7 @@ Version 192:
|
|||||||
* Use mp11::integer_sequence
|
* Use mp11::integer_sequence
|
||||||
* Tidy up warnings and deprecated usage
|
* Tidy up warnings and deprecated usage
|
||||||
* http::message is not-a boost::empty_value
|
* http::message is not-a boost::empty_value
|
||||||
|
* Fix link in docs
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ set of additional implementations of the dynamic buffer concept:
|
|||||||
Upon construction an optional upper limit to the total size of the
|
Upon construction an optional upper limit to the total size of the
|
||||||
input and output areas may be set.
|
input and output areas may be set.
|
||||||
The basic container is an
|
The basic container is an
|
||||||
[@http://en.cppreference.com/w/cpp/concept/AllocatorAwareContainer [*AllocatorAwareContainer]].
|
[@https://en.cppreference.com/w/cpp/named_req/AllocatorAwareContainer [*AllocatorAwareContainer]].
|
||||||
]]
|
]]
|
||||||
[[
|
[[
|
||||||
[link beast.ref.boost__beast__multi_buffer `multi_buffer`]
|
[link beast.ref.boost__beast__multi_buffer `multi_buffer`]
|
||||||
@ -114,7 +114,7 @@ set of additional implementations of the dynamic buffer concept:
|
|||||||
Additional character array objects are appended to the sequence to
|
Additional character array objects are appended to the sequence to
|
||||||
accommodate changes in the size of the character sequence.
|
accommodate changes in the size of the character sequence.
|
||||||
The basic container is an
|
The basic container is an
|
||||||
[@http://en.cppreference.com/w/cpp/concept/AllocatorAwareContainer [*AllocatorAwareContainer]].
|
[@https://en.cppreference.com/w/cpp/named_req/AllocatorAwareContainer [*AllocatorAwareContainer]].
|
||||||
]]
|
]]
|
||||||
[[
|
[[
|
||||||
[link beast.ref.boost__beast__flat_static_buffer `flat_static_buffer`]
|
[link beast.ref.boost__beast__flat_static_buffer `flat_static_buffer`]
|
||||||
|
Reference in New Issue
Block a user