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
When using sol2/3.3.1 and emsdk/3.1.72 as tool I got
/Users/me/.conan2/p/sol2f5e2ff06954f4/p/include/sol/optional_implementation.hpp:2194:10: error: no member named 'construct' in 'optional<type-parameter-0-0 &>'
2194 | this->construct(std::forward<Args>(args)...);
| ~~~~ ^
1 error generated.
I am not sure if this is a Conan issue, because emsdk plays around clang versions, and I have reported an issue with fmt some days ago.
Description
When using
sol2/3.3.1
andemsdk/3.1.72
as tool I gotI am not sure if this is a Conan issue, because emsdk plays around clang versions, and I have reported an issue with fmt some days ago.
Package and Environment Details
Conan profile
[settings]
os=Macos
os_build=Macos
arch=armv8
arch_build=armv8
compiler=apple-clang
compiler.version=14
compiler.libcxx=libc++
build_type=Release
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
Clone https://github.com/willtobyte/carimbo
Create a webassebly profile like this
Run
make configure build
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: