wangdoc/clang-tutorial

预处理器一章中__VA_ARGS__宏被误写为__CA_ARGS__

moxuze opened this issue · 1 comments

见行:

#define WRONG(X, ..., Y) #X #__CA_ARGS__ #Y

谢谢指出,已经更正。