Re: [Boost-bugs] [Boost C++ Libraries] #4030: read_graphviz() reads too much

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4030: read_graphviz() reads too much
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-22 19:18:42


#4030: read_graphviz() reads too much
---------------------------+------------------------------------------------
  Reporter: anonymous | Owner: asutton
      Type: Bugs | Status: closed
 Milestone: Boost 1.43.0 | Component: graph
   Version: Boost 1.42.0 | Severity: Problem
Resolution: wontfix | Keywords:
---------------------------+------------------------------------------------
Changes (by jewillco):

  * status: new => closed
  * resolution: => wontfix

Comment:

 The way the code is currently written (lexing with Boost.Regex) does not
 lend itself to using istream_iterators or anything that would easily allow
 the use of files directly. Boost.Regex and Xpressive require
 bidirectional iterators, and the wrapper in Spirit can only turn
 istream_iterators into forward iterators. There is a previous version of
 the Graphviz parser that uses Spirit; you can enable it by #defining
 BOOST_GRAPH_USE_SPIRIT_PARSER (in r60770 and above, so please update). It
 has some bugs in parsing various parts of the Graphviz grammar, but you
 are not likely to hit them.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4030#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:02 UTC