[libcxx-commits] [PATCH] D100410: [libc++] Disentangle std::pointer_safety
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 3 11:33:11 PDT 2021
ldionne marked an inline comment as done.
ldionne added inline comments.
================
Comment at: libcxx/include/__memory/pointer_safety.h:31
strict
};
-# endif
----------------
cebowleratibm wrote:
> I suggest using __attribute__ ((deprecated)) here.
I was going to do it, but then I saw that the Standard didn't actually deprecate it. It seems that we haven't bothered. I think we should mark it as deprecated when (if) the Standard makes it so.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100410/new/
https://reviews.llvm.org/D100410
More information about the libcxx-commits
mailing list