Boost logo

Boost :

From: Phlip (pplumlee_at_[hidden])
Date: 2001-04-03 23:19:08


> if (!items.GetVertex("sugar", sugar)) {
> fprintf(stderr, "John's store is out of sugar!\n");
> exit(99);

Didn't even notice that one.

'exit()' from the middle of a C++ program with non-trivial destructors
pending is undefined behavior.

I'm not trying to be caustic, and the library might be very good, but little
things like these are usually hints at what could be lurking inside the code.

-- 
  Phlip                          phlip_cpp_at_[hidden]
============== http://phlip.webjump.com ==============
  --  It's a small Web, after all...  --

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk