Open pillowtrucker opened 7 months ago
The Boost version will be upgraded to 1.83.0 in the currently under development Siv3D v0.8.0. In v0.6.x, it is difficult to update Boost because some features depend on functionalities that were removed in Boost 1.75.0.
that's great! thank you
I think adding add_compile_definitions(BOOST_ASIO_HAS_STD_INVOKE_RESULT)
to https://github.com/Siv3D/OpenSiv3D/blob/main/Linux/CMakeLists.txt fixes the compilation with llvm18 in the meantime
yeah that fixed it. I don't know if it's worth adding or mentioning in the readme. I'm probably the only person who is trying to build stuff with llvm18
エラーの内容 | Describe the build error
再現方法 | To Reproduce
try to build OpenSiv3D with
-std=c++20
ビルド環境 | Develop environment (please complete the following information):
備考 | Additional context