On Sun, Sep 22, 2019 at 6:12 PM Rene Rivera wrote:
Why does it need to depend on Beast?
That's not the kind of dependency I'd expect from a JSON library.
There are these four Beast includes which are leftovers from the
initial development which will eventually be removed so that the
library only depends on basic Boost facilities (Align, Assert, Config,
Container, Utility):
#include
#include
#include
#include
static_string is being developed into its own proposed library:
https://github.com/vinniefalco/fixed_string
clamp.hpp provides a trivial inline function that I will simply copy
over. The flat_buffer will be replaced with a straightforward memory
allocation. The dependency on file.hpp will be removed by using std
facilities to read from the file.
Thanks