Browse Source
build: update cubeb and remove the result_of comment
Cubeb doesn't use result_of anymore, it has been dropped in commit
mozilla/cubeb@75d9d125ee655ef80f3bfcd97ae5a805931042b8
pull/15/merge
Andrea Pappacoda
4 years ago
No known key found for this signature in database
GPG Key ID: A8A128A8AB1CEE49
2 changed files with
2 additions and
2 deletions
-
CMakeLists.txt
-
externals/cubeb
|
|
@ -131,7 +131,7 @@ add_definitions(-DBOOST_ASIO_DISABLE_CONCEPTS) |
|
|
if (MSVC) |
|
|
if (MSVC) |
|
|
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:/std:c++latest>) |
|
|
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) |
|
|
add_definitions(-D_HAS_DEPRECATED_RESULT_OF) |
|
|
else() |
|
|
else() |
|
|
set(CMAKE_CXX_STANDARD 20) |
|
|
set(CMAKE_CXX_STANDARD 20) |
|
|
|
|
|
@ -1 +1 @@ |
|
|
Subproject commit 1d66483ad2b93f0e00e175f9480c771af90003a7 |
|
|
|
|
|
|
|
|
Subproject commit 75d9d125ee655ef80f3bfcd97ae5a805931042b8 |