2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-01 08:32:11 +00:00

Add missing BOOST_GRAPH_DECL macro.

[SVN r49256]
This commit is contained in:
Jürgen Hunold
2008-10-10 19:38:48 +00:00
parent b267aee59c
commit 71f20dd7b6

View File

@@ -187,7 +187,7 @@ protected:
template<typename MutableGraph>
char* mutate_graph_impl<MutableGraph>::m_type_names[] = {"boolean", "int", "long", "float", "double", "string"};
void
void BOOST_GRAPH_DECL
read_graphml(std::istream& in, mutate_graph& g);
template<typename MutableGraph>