$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [beast] Formal review
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2017-07-13 00:43:14
On Wed, Jul 12, 2017 at 5:40 PM, Edward Diener via Boost
<boost_at_[hidden]> wrote:
> Boost has two state machine libraries. Did you look at either of them for
> your uses ?
No. The thought of introducing a dependency on a library dedicated
only to large scale state machines never crossed my mind. Have you
seen the state machine in question? Here's a typical example:
<https://github.com/vinniefalco/Beast/blob/ceeb354424bb00474bbf713450b1d03de102aa7c/include/beast/websocket/impl/write.ipp#L144>
Thanks