You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
Diagnose when we annotate a non-pointer with gsl::lifetime, gsl::lifetime_out, gsl::lifetime_in.
Diagnose when we annotate a top-level pointer with gsl::lifetime_out.
Diagnose when we annotate a non-owner with gsl::lifetime_const.
Is there more ways to misuse annotations? Should we add these to the paper?
The text was updated successfully, but these errors were encountered:
Diagnose when we annotate a non-pointer with
gsl::lifetime
,gsl::lifetime_out
,gsl::lifetime_in
.Diagnose when we annotate a top-level pointer with
gsl::lifetime_out
.Diagnose when we annotate a non-owner with
gsl::lifetime_const
.Is there more ways to misuse annotations? Should we add these to the paper?
The text was updated successfully, but these errors were encountered: