$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2006-04-04 03:33:22
On Apr 4, 2006, at 12:57 AM, Tiago de Paula Peixoto wrote:
> On 04/03/2006 09:48 AM, Douglas Gregor wrote:
>
>> I have attached some code that I hacked together a while ago to
>> read and
>> write GraphML files. I would greatly appreciate it if someone would
>> clean it up and document it so we can make it part of the BGL.
>
> Thanks a lot! I'll look into it...
> Would expat be OK as a dependency, if this ever makes into the BGL?
I'd rather that we had a Boost.XML library we could use instead, but
I don't want to be blamed for opening that can of worms :)
It's okay to have expat as a dependency.
Doug