sehe
sehe
trivial fix to smoothen the experience for first time users
We need a json_body sample implementation to elaborate the sketch in https://www.boost.org/doc/libs/develop/libs/beast/doc/html/beast/using_http/custom_body_types.html#beast.using_http.custom_body_types.value_type ```c++ #include struct Body { using value_type = boost::json::value; class reader; class writer; };```
Fixes #2363
## Expected Behavior example/visitor.cpp compiles in c++17 mode ## Actual Behavior it doesn't. In fact it gives very weird template instantiation errors. See e.g. https://stackoverflow.com/q/70941883/85371: ``` In file included from...
This goes with issue #83
This is not a very big deal but may become more interesting when filtering/skipping has been implemented. First SEGV potential is here: auto min = *std::min_element(mins.begin(), mins.end()); easily remedied: auto...
I wanted to compare to ways of checking whether a boost variant is empty - http://stackoverflow.com/questions/31320857/how-to-determine-if-a-boostvariant-variable-is-empty/31322574#31322574 However, the `which()==0` variant consistently eludes the benchmark algorithm by taking too much time...
This is my invitation to accept my forked changes. The fork builds on top of the "regular" PR #5. If you are not interested, please feel free to close this...
See the respective tickets for #1, #3 and #4 The fixes for #2 entail many separate commits, for which [see the changes list](https://github.com/di9it/msghub/pull/5/commits). Tests now run / still run respectively....
> Note this is a single commit (20a7b1dc18) on top of the PR #5 Add a Cmake for easier start-up To use: cmake . make make test Run the example...