http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54289
Daniel Krügler <daniel.kruegler at googlemail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel.kruegler at
| |googlemail dot com
--- Comment #3 from Daniel Krügler <daniel.kruegler at googlemail dot com>
2012-08-16 19:41:00 UTC ---
(In reply to comment #1)
> Open the header with your favorite editor and you will see why (spoiler:
> setjmp
> is defined as a macro in C)
You are right, but I initially thought that this would be a function in C++11.
But after checking, I'm satisfied, it is macro here as well.