From f1454bbbd13a71da2005ff789cde2da0e9eb81f6 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 22 Jan 2026 15:03:12 +0800 Subject: Adding tests. --- src/yue.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/yue.cpp') diff --git a/src/yue.cpp b/src/yue.cpp index 26f581e..7e39367 100644 --- a/src/yue.cpp +++ b/src/yue.cpp @@ -57,8 +57,8 @@ std::future async(const std::function& f) { #else template std::future async(const std::function& f) { - // fallback: ignore stack size - return std::async(std::launch::async, f); + // fallback: ignore stack size + return std::async(std::launch::async, f); } #endif -- cgit v1.2.3-55-g6feb