<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">On Feb 21, 2014, at 1:39 PM, Juergen Ributzka <<a href="mailto:juergen@apple.com">juergen@apple.com</a>> wrote:<br><div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">I reverted this in r201892, because it broke our build.</div></blockquote><div><br></div>Sorry about this.</div><div><br></div><div>Now I have to figure out why the tests I ran using this change worked. :-(</div><div><br></div><div>— Marshall</div><div><br><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><br><div><div>On Feb 21, 2014, at 10:30 AM, Benjamin Kramer <<a href="mailto:benny.kra@gmail.com">benny.kra@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br>On 21.02.2014, at 19:07, Marshall Clow <<a href="mailto:mclow.lists@gmail.com">mclow.lists@gmail.com</a>> wrote:<br><br><blockquote type="cite">Author: marshall<br>Date: Fri Feb 21 12:07:52 2014<br>New Revision: 201864<br><br>URL: <a href="http://llvm.org/viewvc/llvm-project?rev=201864&view=rev">http://llvm.org/viewvc/llvm-project?rev=201864&view=rev</a><br>Log:<br>Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ when compiling with clang. No functionality change.<br><br>Modified:<br>  libcxx/trunk/include/__config<br><br>Modified: libcxx/trunk/include/__config<br>URL: <a href="http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=201864&r1=201863&r2=201864&view=diff">http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=201864&r1=201863&r2=201864&view=diff</a><br>==============================================================================<br>--- libcxx/trunk/include/__config (original)<br>+++ libcxx/trunk/include/__config Fri Feb 21 12:07:52 2014<br>@@ -215,7 +215,7 @@<br>#define _LIBCPP_HAS_NO_TEMPLATE_ALIASES<br>#endif<br><br>-#ifndef __GXX_EXPERIMENTAL_CXX0X__<br>+#ifndef __cplusplus >= 201103L<br></blockquote><br>#ifndef with a relational operator?<br><br>- Ben<br><br><blockquote type="cite">#ifdef __linux__<br>#define _LIBCPP_HAS_NO_UNICODE_CHARS<br>#else<br><br><br>_______________________________________________<br>cfe-commits mailing list<br><a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br></blockquote><br><br>_______________________________________________<br>cfe-commits mailing list<br><a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br><a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a></div></blockquote></div><br></div></div></blockquote></div><br></body></html>