* David Chisnall <[email protected]> [12/07/02 20:20]: > > Is it TYPE_DEPENDANT_DISPATCH? I checked and we are compiling > > with it turned on. > No, it's a compiler option for the Objective-C code that you > compile: -fno-objc-legacy-dispatch.
Apparently this works on Apple llvm only. Both clang 3.0 and clang 3.1 on my Ubuntu 12.04 do not recognize it. > > > > Is there anywhere an example for how to box a C++ exception, > > if not using GNUSTEP or Foundation framework? > Look at the CXXException class in GNUstep, it implements everything you need. Thank you. -- http://tarantool.org - an efficient, extensible in-memory data store _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
