coroutine icon indicating copy to clipboard operation
coroutine copied to clipboard

Boost.Coroutine

Results 7 coroutine issues
Sort by recently updated
recently updated
newest added

We are in the process of making B2 build changes to all of the B2 build files to support "modular" consumption of the Boost Libraries by users. See this list...

This change - reduces complexity of the code in Boost.Coroutine due to the elimination of preprocessor conditionals - removes code duplication - prevents a warning (on some compilers) in case...

Casting them out will fix the problem easily. I've also opened a [pull request](https://github.com/boostorg/context/pull/244) for [Boost::const](https://github.com/boostorg/context/tree/develop) warnings as well. g++ (GCC) 13.2.1 20230801 ```c++ [17/27] Building CXX object _deps/boost_context-build/CMakeFiles/boost_context.dir/src/posix/stack_traits.cpp.o /webpp/build-dev-clang/_deps/boost_context-src/src/posix/stack_traits.cpp:42:12:...

I checked out the 1.80 release branch of boost and ran the following commands: ./bootstrap.sh ./b2 architecture="arm+x86" cxxflags="-arch x86_64 -arch arm64" everything seems to have compiled correctly apart from an...

This is part of the effort to make the Boost libraries "modular" for build and consumption. See https://lists.boost.org/Archives/boost/2024/01/255704.php and https://github.com/grafikrobot/boost-b2-modular/blob/b2-modular/README.adoc for more information. This PR depends on the following other...

Hi, The main boostorg/boost builds are failing. https://app.circleci.com/pipelines/github/boostorg/boost Someone suggested boostorg/coroutine is out-of-date and merging `develop` to `master` might fix things. Discussion in boost slack channel.

replace current_exception() with std::current_exception() and #include to bring the symbol into scope. References: https://en.cppreference.com/w/cpp/error/current_exception