mclow.lists added inline comments.

================
Comment at: include/__config:433
 
-#if __ISO_C_VISIBLE >= 2011 || __cplusplus >= 201103L
+#if __ISO_C_VISIBLE >= 2011
 #  if defined(__FreeBSD__)
----------------
Should we be using `__ISO_C_VISIBLE` here, or `__STDC_VERSION__`?
I didn't change this, but ...


https://reviews.llvm.org/D50739



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to