Boost logo

Boost :

From: Douglas Gregor (dgregor_at_[hidden])
Date: 2005-02-08 09:55:32


On Feb 3, 2005, at 3:30 AM, Maxim Khesin wrote:

> I am trying to read a seemingly simple dot file (produced by
> pygraphlib) with read_graphviz and I am getting 'syntax error'
> exception. The file looks like this (copy attached).
>
> digraph G {
>
> "there" [];
> "here" [];
> "here" -> "there" [];
> }

Hmmm, it looks like the GraphViz parser does not support empty
attribute lists ("[]"). I've committed a fix to CVS, which is also
included below as a patch to Boost 1.32.0.

        Doug




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