You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@CJCombrink Hello! Unfortunately your issue is not related to my PR. That PR is only related to cxxstd, but your bug requires an extra flag to use coroutines.
It's a total valid bug report, as cobalt is C++20 and uses coroutines. I'll check if we have a PR to this case, otherwise, I'll take a look later.
Description
Boost fails to compile with conan 2 and gcc 10.
I get the following error:
I see there is an issue #22816 and PR #22817 but that looks like conan 1
Package and Environment Details
Conan profile
conan profile show -pr default
Host profile:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=10
os=Linux
os.distro=centos
Build profile:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=20
compiler.libcxx=libstdc++11
compiler.version=10
os=Linux
os.distro=centos
Steps to reproduce
My conanfile
My install command:
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: