-
take ASIO_HAS_CO_AWAIT for example:
```
if defined(ASIO_MSVC)
# if (_MSC_VER >= 1928) && (_MSVC_LANG >= 201705) && !defined(__clang__)
# define ASIO_HAS_CO_AWAIT 1
# elif (_MSC_FULL_VER…
-
```
$ cmake -S . -B build
ASIO2_ROOT_DIR = /work/asio2
-- The C compiler identification is Clang 18.1.5
-- The CXX compiler identification is Clang 18.1.5
-- Detecting C compiler ABI info
-- Det…
-
Hi, thanks a lot for the great library. Recently I encountered a problem, the same code snippet, I got different results in centos and linux.
In mac, the sleep function of the parent process is inter…
-
Dear @chriskohlhoff and Asio maintainers,
First of all : thanks for the awesome work on the library, I never had to report anything in the 10years that I write code with asio every now and then 🙂. …
-
After connection, TLS handshake failed. What's the problem?
My program printed logs like this.
=======================================
[connect] Successful connection
[error] handle_transport_init…
-
The README file says that you should be able to clone the repository then run `./configure`. However, it appears to have additional dependencies -- namely it depends on something called "Boost::Asio".…
xobs updated
5 months ago
-
**Please provide the following information**
libtorrent version (or branch): 2.0.10
platform/architecture: macOS AArch64
compiler and compiler version:
Apple clang version 16.0.0 (clang-1600…
-
Clangd version: Apple clangd version 14.0.0 (clang-1400.0.29.202);
clangd extension version: v0.1.29;
Operating system: macOS 12.7.6;
I happen to encounter this problem.
Both the compile_comman…
lijh8 updated
2 months ago
-
```
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------
Process: ossia score [69240]
Path: /Applicat…
-
### Xmake 版本
v2.9.6+dev.86936573d
### 操作系统版本和架构
windows 11
### 描述问题
写如下的代码
```
#include
#include
int main(int argc, char** argv) {
std::cout