[libcxx-commits] [PATCH] D58987: Make underlying_type SFINAE-friendly

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 6 22:00:53 PST 2019


EricWF added inline comments.


================
Comment at: test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.fail.cpp:8
+//===----------------------------------------------------------------------===//
+
+// type_traits
----------------
Add `// UNSUPPORTED: c++98, c++03` here to disable the test before 11.
The other test should be sufficient to cover C++03.


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

https://reviews.llvm.org/D58987





More information about the libcxx-commits mailing list