<div dir="ltr">Ping.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Dec 20, 2013 at 10:53 PM, Logan Chien <span dir="ltr"><<a href="mailto:tzuhsiang.chien@gmail.com" target="_blank">tzuhsiang.chien@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Ping.  Any further comments?<br><br></div>This patch tries to reduce the usage of the default function template arguments, which is not supported in pre-C++0x.  Without this change, we will get compilation error from g++ if we tries to include libc++ headers in pre-C++0x mode.<br>

<br></div>To remove the usage of default function template arguments, the patch moves the enable_if<> to return type or the function argument types.  This pattern is used in the other code of libc++ as well.<br><br>

</div>Please let me know if you have any comments.  Thanks.<br><br></div><div>Sincerely,<br>Logan<br></div></div>
</blockquote></div><br></div>