Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to compile effeciently #3

Open
jiayaozhang opened this issue Apr 2, 2024 · 1 comment
Open

How to compile effeciently #3

jiayaozhang opened this issue Apr 2, 2024 · 1 comment

Comments

@jiayaozhang
Copy link

struct SleepUntilPromise : RbTree<SleepUntilPromise>::RbNode, Promise<void> {

RbTree<SleepUntilPromise> mRbTimer{};

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

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

🍟Cheers!

@archibate
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants