[libcxx-commits] [PATCH] D100410: [libc++] Disentangle std::pointer_safety

Chris Bowler via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 16 13:28:52 PDT 2021


cebowleratibm requested changes to this revision.
cebowleratibm added inline comments.
This revision now requires changes to proceed.


================
Comment at: libcxx/include/__memory/pointer_safety.h:31
   strict
 };
-# endif
----------------
I suggest using  __attribute__ ((deprecated)) here. 


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