[PATCH] D56750: Implement feature test macros using a script.

Marshall Clow via Phabricator reviews at reviews.llvm.org
Tue Jan 15 15:42:10 PST 2019


mclow.lists added inline comments.


================
Comment at: test/std/language.support/support.limits/support.limits.general/functional.version.pass.cpp:118
+# endif
+# if __cpp_lib_result_of_sfinae != 201210
+#   error "__cpp_lib_result_of_sfinae should have the value 201210 in c++17"
----------------
The constants should have 'L' suffixes.  `!= 201210L`


Repository:
  rCXX libc++

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

https://reviews.llvm.org/D56750





More information about the libcxx-commits mailing list