<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>