[cfe-dev] [libcxx] Problem with quick_exit test

İsmail Dönmez ismail at donmez.ws
Wed May 8 03:21:12 PDT 2013


Hi,

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.

Changing the test to use at_quick_exit(f) without the namespace fixes the
build for me.

Is this an oversight or am I missing something?

Thanks,
ismail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130508/16f67d57/attachment.html>


More information about the cfe-dev mailing list