Andre Poenitz <[EMAIL PROTECTED]> writes: > It pretty much the behaviour one gets from g++ by default without doing > anything fancy: > > #include <stdexcept> > int main() { throw std::logic_error("empty rule"); } > > produces exactly the same output.
For some (but not all) versions of gcc. It didn't produce that output on Linux/x86 for my version of gcc (3.3.3), so I (incorrectly) assumed that non-default terminate handler was installed. But code compiled with gcc-3.4.0 and above does in fact produce that output. Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus