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

在 QNGetAddrInfo.m 中导入系统库时的写法有点问题 #46

Closed
cgwangding opened this issue Jan 6, 2017 · 1 comment
Closed

Comments

@cgwangding
Copy link

导入系统库时"#include "string.h" " 这种写法是不规范的,应该修改为 "#include <string.h>",后面的两个也一样。
使用了第一种写法,如果有第三方库中定义了string.h 文件的话,两个库在一起很可能就会报错。

当然,我在这里提这个问题正式因为我们在使用 grpc的时候遇到这个尴尬的问题。所以,为了以后同学能够更好的使用,希望你们能够采纳我的建议,修改掉代码里的这种用法。

期待你们的回复

@longbai
Copy link
Contributor

longbai commented Aug 31, 2017

fixed in 0.3.11

@longbai longbai closed this as completed Aug 31, 2017
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