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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user