Skip to content

CodeGen 过滤掉关键字op_explicit #1

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

CodeGen 过滤掉关键字op_explicit #1

wants to merge 3 commits into from

Conversation

wlgys8
Copy link

@wlgys8 wlgys8 commented Oct 22, 2015

如果一个c#类里包含关键字expicit,则导出的类会报错.
cannot explicitly call operator or accessor
故在codegen的时候过滤掉此关键字

无需修改slua的CustomExport.cs,这样可以避免更新库的时候CustomExport.cs被覆盖又要重写。
这样可以让win跟mac上生成的文件一致。
否则svn 协作的时候会冲突
luzexi pushed a commit that referenced this pull request Nov 13, 2015
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

Successfully merging this pull request may close these issues.

1 participant