diff options
author | bunnei <bunneidev@gmail.com> | 2021-12-12 22:44:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-12 22:44:05 -0800 |
commit | a2f842ce5446ea481d14302e557c25015e7c76b0 (patch) | |
tree | a367a1756d7d076a9b70b1cb1366b0d409f3bf81 | |
parent | 280c77989880e81f622440b157a0ce1b7139847b (diff) | |
parent | f4587c596feb022fe2e681bb7f2b8283b4f72a37 (diff) |
Merge pull request #7527 from Tachi107/cubeb-result_of
build: update cubeb and remove the result_of comment
-rw-r--r-- | CMakeLists.txt | 2 | ||||
m--------- | externals/cubeb | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c834e9396b..a810e11c22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/externals/cubeb b/externals/cubeb -Subproject 1d66483ad2b93f0e00e175f9480c771af90003a +Subproject 75d9d125ee655ef80f3bfcd97ae5a805931042b |