mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Tidy up some documented constructor syntax
This commit is contained in:
@ -2,6 +2,7 @@ Version 137:
|
||||
|
||||
* ConstBufferSequence mandates pointer equivalence
|
||||
* Add FieldsWriter constructor requirement
|
||||
* Tidy up some documented constructor syntax
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -44,7 +44,7 @@ In this table:
|
||||
[table Valid expressions
|
||||
[[Expression] [Type] [Semantics, Pre/Post-conditions]]
|
||||
[
|
||||
[`R(m);`]
|
||||
[`R{m};`]
|
||||
[]
|
||||
[
|
||||
Constructible from `m`. The lifetime of `m` is guaranteed to
|
||||
|
@ -52,7 +52,7 @@ In this table:
|
||||
This is the type of buffer returned by `W::get`.
|
||||
]
|
||||
][
|
||||
[`W(m);`]
|
||||
[`W{m};`]
|
||||
[]
|
||||
[
|
||||
Constructible from `m`. The lifetime of `m` is guaranteed
|
||||
|
Reference in New Issue
Block a user