mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
Fix basic_fields javadoc
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
Version 124:
|
Version 124:
|
||||||
|
|
||||||
* Fix for a test matrix compiler
|
* Fix for a test matrix compiler
|
||||||
|
* Fix basic_fields javadoc
|
||||||
|
|
||||||
API Changes:
|
API Changes:
|
||||||
|
|
||||||
|
@ -382,7 +382,7 @@ public:
|
|||||||
@par Postconditions:
|
@par Postconditions:
|
||||||
@code
|
@code
|
||||||
std::distance(this->begin(), this->end()) == 0
|
std::distance(this->begin(), this->end()) == 0
|
||||||
@encode
|
@endcode
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
clear();
|
clear();
|
||||||
|
Reference in New Issue
Block a user