[libcxx-commits] [PATCH] D78427: [libcxx] Add c++20 <numbers>

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 6 11:52:50 PDT 2020


curdeius added inline comments.


================
Comment at: libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp:111
 
-# ifdef __cpp_lib_addressof_constexpr
-#   error "__cpp_lib_addressof_constexpr should not be defined before c++17"
-# endif
+#ifdef __cpp_lib_addressof_constexpr
+#error "__cpp_lib_addressof_constexpr should not be defined before c++17"
----------------
It seems that you formatted a bit too much. I think that you should avoid formatting auto-generated files.


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

https://reviews.llvm.org/D78427





More information about the libcxx-commits mailing list