Hello Jeffrey,
It IS possible to prevent exception throws, but it will require a
little work on your part. dynamic_properties has a constructor of
the form:
dynamic_properties(
const boost::function<
std::auto_ptr
I'm using the post 1.31.1 version of boost, which has a much nicer read_graphviz function.
I'm wondering if there is a way to "ignore" unwanted properties, something akin to sending them to /dev/null.
My present experience is that if an unexpected property is found, an exception is thrown.
Is there a way to express that a given property is to be ignored?
Better yet, is there a way to say that all unexpected properties are to be ignored?
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users