co_async icon indicating copy to clipboard operation
co_async copied to clipboard

How to compile effeciently

Open jiayaozhang opened this issue 1 year ago • 1 comments

https://github.com/archibate/co_async/blob/f342eedf6b8aa1d1d5a5c1cf0319fc1a46d28a5f/steps/step7.cpp#L231

https://github.com/archibate/co_async/blob/f342eedf6b8aa1d1d5a5c1cf0319fc1a46d28a5f/steps/step7.cpp#L246

#include "co_async/rbtree.hpp"
#include "co_async/debug.hpp"

RbTree这里我改成了co_async::RbTree, rbtree.hpp和debug.hpp都加了“co_async/”编译通过的

🍟Cheers!

jiayaozhang avatar Apr 02 '24 17:04 jiayaozhang

对的,就是这样,后来两个头文件改了文件位置,忘记改steps里的了

archibate avatar Apr 03 '24 12:04 archibate