mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-09 23:09:14 -05:00
Merge pull request #7527 from Tachi107/cubeb-result_of
build: update cubeb and remove the result_of comment
This commit is contained in:
@ -131,7 +131,7 @@ add_definitions(-DBOOST_ASIO_DISABLE_CONCEPTS)
|
||||
if (MSVC)
|
||||
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/std:c++latest>)
|
||||
|
||||
# cubeb and boost still make use of deprecated result_of.
|
||||
# boost still makes use of deprecated result_of.
|
||||
add_definitions(-D_HAS_DEPRECATED_RESULT_OF)
|
||||
else()
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
2
externals/cubeb
vendored
2
externals/cubeb
vendored
Submodule externals/cubeb updated: 1d66483ad2...75d9d125ee
Reference in New Issue
Block a user