Alan de Freitas
Alan de Freitas
I might be wrong but shouldn't https://github.com/cacay/MemoryPool/blob/1ab4683e38f24940afb397b06a2d86814d898e63/C-11/MemoryPool.tcc#L104 be ```cpp operator delete(reinterpret_cast(curr), BlockSize); ``` to delete the whole block?
When the API is mostly based on free functions instead of classes, doxybook2 generates a single list of all functions in "namespaces" instead of one page for each function, like...
The [posix (gcc-4.8, 11, ubuntu-20.04, ubuntu:16.04, g++-4.8, true)](https://github.com/boostorg/beast/runs/7205673790?check_suite_focus=true#logs) workflow has been failing [with](https://github.com/boostorg/beast/runs/7205673790?check_suite_focus=true#step:10:1533): ```console In file included from ./boost/asio/spawn.hpp:904:0, from libs/beast/test/extras/include/boost/beast/test/yield_to.hpp:15, from libs/beast/test/beast/websocket/test.hpp:20, from libs/beast/test/beast/websocket/accept.cpp:16: ./boost/asio/impl/spawn.hpp: In member function 'virtual...
fix #226, #227
This PR fixes lots of Doxygen broken links and errors that have probably been accumulating over time.
fix #2468
Beast needs a refactoring of its CML to be like JSON and URL. The lib and sources should be in their own project and not have the source tree duplicated...
The tests on s390x (#2389) failed because boost.coroutine doesn't work on s390x. To fix it (#2469) we need to conditionally remove the example targets that depend on coroutine. Both the...
Fix the lack of support we discovered with #2389