mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 12:57:31 +02:00
Fix extra ; warning
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Version 71:
|
||||||
|
|
||||||
|
* Fix extra ; warning
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 70:
|
Version 70:
|
||||||
|
|
||||||
* Serialize in one step when possible
|
* Serialize in one step when possible
|
||||||
|
@ -148,7 +148,7 @@ public:
|
|||||||
~basic_parser() = default;
|
~basic_parser() = default;
|
||||||
|
|
||||||
/// Default constructor
|
/// Default constructor
|
||||||
basic_parser();;
|
basic_parser();
|
||||||
|
|
||||||
/** Move constructor
|
/** Move constructor
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user