ranson@cnetlu.UUCP (Ranson) (06/23/89)
Is it possible to use setjmp/longjmp in member functions? The problem I have is that I need to declare my variables volatile so that they are restored correctly when jumping back, but I can find no way to do this for the implicit pointer "this". Actually, in the compiler I have tested, "this" was allocated in a register. So my questions are: - Does C++ specify that "this" is or is not volatile? - If not, is there a way to redefine it as volatile? Daniel Ranson ranson@cnetlu.fr (...!mcvax!inria!cnetlu!ranson)