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
libc++ has a few attribute macros which are very similar, like _LIBCPP_DEPRECATED_IN_CXX11, _LIBCPP_DEPRECATED_IN_CXX14 and so on. It would be really nice if these could just be listed as _LIBCPP_DEPRECATED_IN_CXX[0-9][0-9] instead.
The text was updated successfully, but these errors were encountered:
libc++ has a few attribute macros which are very similar, like
_LIBCPP_DEPRECATED_IN_CXX11
,_LIBCPP_DEPRECATED_IN_CXX14
and so on. It would be really nice if these could just be listed as_LIBCPP_DEPRECATED_IN_CXX[0-9][0-9]
instead.The text was updated successfully, but these errors were encountered: