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

added support for Visual Studio C++ #51

Merged
merged 1 commit into from Apr 1, 2020

Conversation

mristin
Copy link
Collaborator

@mristin mristin commented Apr 1, 2020

This commits changes the C++ code generation so that the generated code complies with Visual Studio C++. Unfortunately, Visual Studio C++ does not conform to some of the standard C++ language constructs such as named struct initialization and alternative operator tokens (e.g., "not" for "!").

This commits changes the C++ code generation so that the generated code complies with Visual Studio C++. Unfortunately, Visual Studio C++ does not conform to some of the standard C++ language constructs such as named struct initialization and alternative operator tokens (*e.g.*, "not" for "!").
@mristin mristin merged commit 9e23709 into master Apr 1, 2020
@mristin mristin deleted the mristin/added-support-for-Visual-Studio-C++ branch April 1, 2020 20:25
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.

None yet

1 participant