[libcxx-commits] [PATCH] D59678: Make common_type's implementation common

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 21 18:15:52 PDT 2019


EricWF marked 2 inline comments as done.
EricWF added inline comments.


================
Comment at: include/type_traits:2121
+#if defined(_LIBCPP_CXX03_LANG)
+#define _LIBCPP_NON_VARIADIC_COMMON_TYPE
+#endif
----------------
mclow.lists wrote:
> Why this define? It's only used one other place - why not just use `_LIBCPP_CXX03_LANG`?
Woops, I meant to clean that up.


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

https://reviews.llvm.org/D59678





More information about the libcxx-commits mailing list