-
To use this library with C++20 coroutine the call in `handle_error.hpp` - `try_handle_all` or `try_handle_some`:
`if( auto r = std::forward(try_block)() )`
Should check whether the returned time…
-
*@traceon commented on May 12, 2019, 1:11 AM UTC:*
According to this, the executor associated with the completion handler will be used:
[asio/include/boost/asio/impl/compose.hpp](https://github.…
ghost updated
3 years ago
-
```
version: 1.0.0.0
$Rev: 7680 $
file: 'libtorrent/src/peer_connection.cpp'
line: 3483
function: virtual void libtorrent::peer_connection::disconnect(const
boost::system::error_code&, int)
expressio…
-
I think we should stop developing standalone. Let the community manage it. If users can't be bothered to install Boost why should we support them? At the same time we can drop C++03 support from the B…
-
```
qbittorrent crashed:
==3376== ERROR: AddressSanitizer: global-buffer-overflow on address
0x0000014073f7 at pc 0xe301b4 bp 0x7f6018ac0660 sp 0x7f6018ac0658
READ of size 1 at 0x0000014073f7 thread…
-
The `Boost` [1.73.0](https://www.boost.org/users/history/version_1_73_0.html) is there and has some `Emscripten` compatibility patches in `Asio` library that mandatory for networking code.
What abo…
-
**エラーの内容 | Describe the build error**
```
FAILED: OpenSiv3D/Linux/CMakeFiles/Siv3D.dir/__/Siv3D/src/Siv3D-Platform/Linux/Siv3D/ChildProcess/ChildProcessDetail.cpp.o
/nix/store/ld6dvi0n7qai3gzdrb85…
-
libtorrent version (or branch): __v2.0.10__
platform/architecture: __NetBSD 10.0 amd64__
compiler and compiler version: __gcc (nb3 20231008) 10.5.0__
My process is described in detail below…
-
I just got started with Boost.process, and noticed some things in the documentation that I hope can be addressed.
About [sync io](https://www.boost.org/doc/libs/1_67_0/doc/html/boost_process/tutori…
-
Hello,
we have some problems with the initialization process on windows which results in a crashing application.
We were looking for the bug and think it is connected to calling WSAStartup in DLLM…