Boost logo

Boost Users :

From: Douglas Gregor (dgregor_at_[hidden])
Date: 2005-01-28 02:14:01


On Tuesday 18 January 2005 03:27 am, Ovidiu Deac wrote:
> We are going to use boost graph library within our application and I
> would like to know if there are any known issues regarding the
> exception safety. Is the basic guarantee satisfied? Is the strong
> guarantee satisfied? (see Herb Sutter's definition of basic/strong
> guarantee in Exceptional C++)

The basic guarantee is satisfied by the BGL. The strong guarantee will only be
satisfied in a few places (e.g., adding/removing edges or vertices from an
adjacency_list), but is not satisfied by the library as a whole.

 Doug


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net