$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL] A bug in graphviz parser ?
From: Dmitry Bufistov (dmitry_at_[hidden])
Date: 2009-05-14 13:06:58
Jeremiah Willcock wrote:
> On Thu, 14 May 2009, Dmitry Bufistov wrote:
>
>> Hi,
>> read_graphviz() parser considers names "b" and b as two different
>> names while the native parser from AT&T does not.
>
> I could not see anything in the Dot specification that differs from your
> (and AT&T's) interpretation, so I think you've found a real bug. If you
> have a small test case that reproduces this, please file a bug about it.
> Thank you.
>
> -- Jeremiah Willcock
Here it is
https://svn.boost.org/trac/boost/ticket/3027
--Dmitry