[Bug libstdc++/54289] New: setjmp isn't included into std namespace
dmitriy-hshg at mail dot ru
gcc-bugzilla@gcc.gnu.org
Thu Aug 16 18:27:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54289
Bug #: 54289
Summary: setjmp isn't included into std namespace
Classification: Unclassified
Product: gcc
Version: 4.6.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: dmitriy-hshg@mail.ru
Hello!
longjmp, jmp_buf are included into std namespace, but setjmp isn't! It is
possible:
#include <csetjmp>
...
std::jmp_buf ...
std::longjmp() ...
...
// but
std::setjmp() // => error: «_setjmp» isn't an element/item of «std»
More information about the Gcc-bugs
mailing list