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: unassig...@gcc.gnu.org
        ReportedBy: dmitriy-h...@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»

Reply via email to