jsaf0
jsaf0
See #13.
The Jamfile is not updated with the new .cpp files, so the all the new io things are not built in the CI jobs. The same goes for the new...
Building on Ubuntu 23.04 with gcc 12.2 against Boost 1.82 yields the following compile error when compiling `popen.cpp`: ``` [ 0%] Building CXX object CMakeFiles/boost_async.dir/src/io/popen.cpp.o In file included from /data/work/async/include/boost/async/io/process.hpp:17,...
FYI, gcc 13.0.1 does not give the same warnings.
No errors from building and running the unit tests with address sanitizer enabled - both on gcc 11.3.0 and gcc 13.0.1. So assume it's safe to ignore for now. My...