WIP: [cmake] Use a debloated boost distribution

Should speed up fetch time

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter
2026-07-09 19:19:50 -04:00
parent b7f0f98519
commit 07c4f78389
4 changed files with 10 additions and 30 deletions
-13
View File
@@ -1,13 +0,0 @@
diff --git a/libs/cobalt/include/boost/cobalt/concepts.hpp b/libs/cobalt/include/boost/cobalt/concepts.hpp
index d49f2ec..a9bdb80 100644
--- a/libs/cobalt/include/boost/cobalt/concepts.hpp
+++ b/libs/cobalt/include/boost/cobalt/concepts.hpp
@@ -62,7 +62,7 @@ struct enable_awaitables
template <typename T>
concept with_get_executor = requires (T& t)
{
- {t.get_executor()} -> asio::execution::executor;
+ t.get_executor();
};