We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在项目中如果使用预编译头的话 所有的cpp文件都要添加预编译头 但是behaviac中生成的cpp文件有的是不支持修改的 就是说每次导出都会覆盖掉之前写的预编译头 在可以修改的cpp文件中也存在问题 因为预编译头必须放在最前边,而我们修改部分固定不在最前边 所以也会被覆盖掉 请问有什么方法可以添加预编译头吗?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在项目中如果使用预编译头的话 所有的cpp文件都要添加预编译头
但是behaviac中生成的cpp文件有的是不支持修改的 就是说每次导出都会覆盖掉之前写的预编译头
在可以修改的cpp文件中也存在问题 因为预编译头必须放在最前边,而我们修改部分固定不在最前边 所以也会被覆盖掉
请问有什么方法可以添加预编译头吗?
The text was updated successfully, but these errors were encountered: