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

Move impl's into macro for macro-generated keyword types #16623

Commits on Apr 26, 2017

  1. Move impl's into macro for macro-generated keyword types

    Three keyword types are created through a macro but have some of their
    impl's handled elsewhere. Since all impl's are the same, this commit
    moves them into the macro to have them auto generated, for more concise
    code.
    aacunningham committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    f6d09a3 View commit details
    Browse the repository at this point in the history