<div dir="ltr"><br><div class="gmail_extra">Hi,<br><br><div class="gmail_quote">On Wed, May 8, 2013 at 7:16 PM, Howard Hinnant <span dir="ltr"><<a href="mailto:hhinnant@apple.com" target="_blank">hhinnant@apple.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
On May 8, 2013, at 6:21 AM, İsmail Dönmez <<a href="mailto:ismail@donmez.ws">ismail@donmez.ws</a>> wrote:<br>
<br>
> Hi,<br>
><br>
> test/language.support/support.start.term/quick_exit.pass.cpp uses std::at_quick_exit() to test quick exit functionality. But looking at include/cstdlib header inside libcxx at_quick_exit function is not defined in the std namespace.<br>


><br>
> Changing the test to use at_quick_exit(f) without the namespace fixes the build for me.<br>
><br>
> Is this an oversight or am I missing something?<br>
<br>
</div></div>It sounds like <__config> needs to turn on _LIBCPP_HAS_QUICK_EXIT for your platform.  Currently <__config> says:<br>
<br>
#if defined(__FreeBSD__) && (__ISO_C_VISIBLE >= 2011 || __cplusplus >= 201103L)<br>
#define _LIBCPP_HAS_QUICK_EXIT<br>
<br>
Perhaps you could test & submit a patch to fix this?<br></blockquote><div><br></div><div>Attached patch fixes the test on Linux for me.</div><div><br></div><div>Thanks,</div><div>ismail</div><div> </div></div></div></div>