Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
87b69927
Commit
87b69927
authored
Jul 17, 2009
by
Tiago Peixoto
Browse files
Sync graphviz_spirit with boost 1.39
parent
602541aa
Changes
1
Show whitespace changes
Inline
Side-by-side
src/graph/read_graphviz_spirit.cpp
View file @
87b69927
...
@@ -20,6 +20,8 @@
...
@@ -20,6 +20,8 @@
// Authors: Ronald Garcia and Douglas Gregor
// Authors: Ronald Garcia and Douglas Gregor
//
//
#define BOOST_GRAPH_SOURCE
#ifndef BOOST_GRAPH_READ_GRAPHVIZ_ITERATORS
#ifndef BOOST_GRAPH_READ_GRAPHVIZ_ITERATORS
# define BOOST_GRAPH_READ_GRAPHVIZ_ITERATORS
# define BOOST_GRAPH_READ_GRAPHVIZ_ITERATORS
#endif
#endif
...
@@ -27,10 +29,11 @@
...
@@ -27,10 +29,11 @@
namespace
boost
{
namespace
detail
{
namespace
graph
{
namespace
boost
{
namespace
detail
{
namespace
graph
{
BOOST_GRAPH_DECL
bool
read_graphviz
(
std
::
istream
&
in
,
mutate_graph
&
graph
)
bool
read_graphviz
(
std
::
istream
&
in
,
mutate_graph
&
graph
)
{
{
using
namespace
boost
;
using
namespace
boost
;
using
namespace
boost
::
spirit
;
using
namespace
boost
::
spirit
::
classic
;
typedef
std
::
istream_iterator
<
char
>
is_t
;
typedef
std
::
istream_iterator
<
char
>
is_t
;
typedef
multi_pass
<
is_t
>
iterator_t
;
typedef
multi_pass
<
is_t
>
iterator_t
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment