[libcxx-commits] [PATCH] D76636: [RFC] Added type trait to remove address space qualifier from type

Jeroen Dobbelaere via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 24 08:02:44 PDT 2020


jeroen.dobbelaere added inline comments.


================
Comment at: libcxx/test/libcxx/type_traits/address_space.pass.cpp:15
+void foo(){
+  std::__remove_address_space<intAS2> i;
+  (void)i;
----------------
Maybe a test that the address space was indeed removed ? (by looking at pointer-compatibility or so ?)




CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76636/new/

https://reviews.llvm.org/D76636





More information about the libcxx-commits mailing list