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

为什么DEF_SINGLETON要定义两次? #159

Open
lwangwangl opened this issue Jan 18, 2024 · 1 comment
Open

为什么DEF_SINGLETON要定义两次? #159

lwangwangl opened this issue Jan 18, 2024 · 1 comment

Comments

@lwangwangl
Copy link

#undef DEF_SINGLETON
#define DEF_SINGLETON
。。。。
#undef DEF_SINGLETON
#define DEF_SINGLETON( ... )
。。。。。
在Bee_singleton.h里,新手不太明白,第二个#undef DEF_SINGLETON会取消前面一个宏么?

@yuluhuang
Copy link

yuluhuang commented Jan 18, 2024 via email

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