<div dir="ltr">Hi,<div><br></div><div>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>

</div><div><br></div><div>Changing the test to use at_quick_exit(f) without the namespace fixes the build for me.</div><div><br></div><div>Is this an oversight or am I missing something?</div><div><br></div><div>Thanks,</div>

<div>ismail</div><div><br></div></div>