Bander
Bander
https://gcc.gnu.org/gcc-14/changes.html C++ module scanning for named modules is now available, based on the format described in [P1689R5](https://wg21.link/P1689R5), Format for describing dependencies of source files. The -fdeps-format=, -fdeps-file=, and -fdeps-target= flags...
Dear Boost Community, As the pioneer of C++ innovation, Boost has consistently led the charge in adopting groundbreaking features before they become standard. While we applaud the initial modularization...
命令行的使用方式存在问题,没有文档上写的使用的那么丝滑
我想提交一个pull,替代asio_coro_util.hpp,让asio::awaitable无缝兼容async_simple::coro::Lazy,但是现在遇到点阻碍请求指导下,msvc 平台可以正常运行,clang-21运行错误。 boost version:1.87 async_simple version: main msvc verion: 14.43.34808 clang version: 21.0.0 (++20250416083926+11857bef8a5f-1~exp1~20250416084034.851) ## use_lazy.hpp ``` #ifndef ASYNC_SIMPLE_LAZY_TOKENS_3_HPP #define ASYNC_SIMPLE_LAZY_TOKENS_3_HPP #include #include #include #include // --- Asio 头文件配置 ---...