23 Jul
2018
23 Jul
'18
10:40 p.m.
On Mon, Jul 23, 2018 at 10:44 AM, Vinnie Falco via Boost < boost@lists.boost.org> wrote:
On Tue, Jul 10, 2018 at 4:10 PM, Marshall Clow via Boost
wrote: https://github.com/boostorg/boost/wiki/Release-Beta-Merge-Policy
I have 3 commits I'd like to merge:
Use the exchange() idiom in move constructors https://github.com/vinniefalco/beast/commit/8ed039200df744f2b5534b0bbf1ce6 8816a68521
Most members of std::allocate are deprecated in C++17 https://github.com/vinniefalco/beast/commit/e0f4c1d7693158fb69f2012cda5b05 2e68a7fadf
Remove some unused variables https://github.com/vinniefalco/beast/commit/283c9f26f3d5587c2cadc2c65a2325 ff66f8fac3
These are code hygiene changes that resolve warnings, and do not affect run-time behavior.
Approved.
-- Marshall