From 6ceafea75fdb78aff00493a619a8d9ac23659c61 Mon Sep 17 00:00:00 2001 From: AllenIverson <31821408+466919153@users.noreply.github.com> Date: Sat, 21 Apr 2018 19:04:24 +0800 Subject: [PATCH] Update context.hpp --- src/thread/context.hpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/thread/context.hpp b/src/thread/context.hpp index d7ac57e5b..d5f57ecfd 100644 --- a/src/thread/context.hpp +++ b/src/thread/context.hpp @@ -5,7 +5,13 @@ #include #include - +/** the lib of coroutine of boost version 1.66 +* is diffrent to 1.54 and can't support +* so I want change it +* +* I want change it,but it maybe a big project +* so I can only compile it by boost_1_54 +* */ #if BOOST_VERSION >= 105400 #include #include