mirror of
https://github.com/boostorg/graph.git
synced 2026-07-22 13:34:04 +00:00
Compare commits
1 Commits
master
...
boost-1.25.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b32258e5e |
@@ -62,7 +62,9 @@
|
||||
#include <sstream>
|
||||
#endif
|
||||
|
||||
#define GRAPHVIZ_GRAPH boost::GraphvizDigraph
|
||||
#ifndef GRAPHVIZ_GRAPH
|
||||
#error Need to define the GRAPHVIZ_GRAPH macro to either GraphvizGraph or GraphvizDigraph.
|
||||
#endif
|
||||
|
||||
#define YYPARSE_PARAM g
|
||||
|
||||
|
||||
@@ -62,7 +62,9 @@
|
||||
#include <sstream>
|
||||
#endif
|
||||
|
||||
#define GRAPHVIZ_GRAPH boost::GraphvizGraph
|
||||
#ifndef GRAPHVIZ_GRAPH
|
||||
#error Need to define the GRAPHVIZ_GRAPH macro to either GraphvizGraph or GraphvizDigraph.
|
||||
#endif
|
||||
|
||||
#define YYPARSE_PARAM g
|
||||
|
||||
|
||||
Reference in New Issue
Block a user