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

Introduce RBIMPL_NONNULL_ARG macro #4898

Merged
merged 1 commit into from
Sep 27, 2021
Merged

Commits on Sep 26, 2021

  1. Introduce RBIMPL_NONNULL_ARG macro

    Runtime assertion for the argument declared as non-null.
    This macro does nothing if `RBIMPL_ATTR_NONNULL` is effective,
    otherwise asserts that the argument is non-null.
    nobu committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    f4e6915 View commit details
    Browse the repository at this point in the history